Home
last modified time | relevance | path

Searched refs:efType (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DIccProvider.java128 private Cursor loadAllSimContacts(int efType) { in loadAllSimContacts() argument
142 result[i] = loadFromEf(efType, subId); in loadAllSimContacts()
170 int efType; in insert() local
179 efType = IccConstants.EF_ADN; in insert()
184 efType = IccConstants.EF_ADN; in insert()
189 efType = IccConstants.EF_FDN; in insert()
195 efType = IccConstants.EF_FDN; in insert()
208 boolean success = addIccRecordToEf(efType, tag, number, null, pin2, subId); in insert()
266 int efType; in delete() local
272 efType = IccConstants.EF_ADN; in delete()
[all …]