public boolean updateAdnRecordsInEfByIndex(
     int efid, String newTag, String newPhoneNumber, int index, String pin2) {
   return mIccPhoneBookInterfaceManager.updateAdnRecordsInEfByIndex(
       efid, newTag, newPhoneNumber, index, pin2);
 }