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

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DIccProvider.java110 int efType;
118 efType = IccConstants.EF_ADN;
122 efType = IccConstants.EF_FDN;
134 boolean success = addIccRecordToEf(efType, tag, number, null, pin2);
178 int efType;
185 efType = IccConstants.EF_ADN;
189 efType = IccConstants.EF_FDN;
236 if (efType == IccConstants.EF_FDN && TextUtils.isEmpty(pin2)) {
240 boolean success = deleteIccRecordFromEf(efType, tag, number, emails, pin2);
250 int efType;
288 loadFromEf(int efType) argument
321 addIccRecordToEf(int efType, String name, String number, String[] emails, String pin2) argument
349 updateIccRecordInEf(int efType, String oldName, String oldNumber, String newName, String newNumber, String pin2) argument
373 deleteIccRecordFromEf(int efType, String name, String number, String[] emails, String pin2) argument
[all...]

Completed in 59 milliseconds