// return GID1 from USIM
 @Override
 public String getGroupIdLevel1() {
   return (mSimRecords != null) ? mSimRecords.getGid1() : "";
 }