Searched defs:efType (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DIccProvider.java298 int efType;
306 efType = IccConstants.EF_ADN;
310 efType = IccConstants.EF_FDN;
322 boolean success = addIccRecordToEf(efType, tag, number, null, pin2);
366 int efType;
373 efType = IccConstants.EF_ADN;
377 efType = IccConstants.EF_FDN;
424 if (efType == IccConstants.EF_FDN && TextUtils.isEmpty(pin2)) {
428 boolean success = deleteIccRecordFromEf(efType, tag, number, emails, pin2);
438 int efType;
476 loadFromEf(int efType) argument
511 addIccRecordToEf(int efType, String name, String number, String[] emails, String pin2) argument
539 updateIccRecordInEf(int efType, String oldName, String oldNumber, String newName, String newNumber, String pin2) argument
563 deleteIccRecordFromEf(int efType, String name, String number, String[] emails, String pin2) argument
[all...]

Completed in 5 milliseconds