public boolean updateAdnRecordsWithContentValuesInEfBySearch(
     int efid, ContentValues values, String pin2) throws android.os.RemoteException {
   return mIccPhoneBookInterfaceManager.updateAdnRecordsWithContentValuesInEfBySearch(
       efid, values, pin2);
 }