Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/provider/
DSimPhonebookContract.java79 public static String getEfUriPath(@ElementaryFiles.EfType int efType) { in getEfUriPath()
280 public static Uri getContentUri(int subscriptionId, @ElementaryFiles.EfType int efType) { in getContentUri()
312 int subscriptionId, @ElementaryFiles.EfType int efType, in getItemUri()
355 int subscriptionId, @ElementaryFiles.EfType int efType) { in buildContentUri()
497 public static Uri getItemUri(int subscriptionId, @EfType int efType) { in getItemUri()
DContactsContract.java8308 int efType) { in addSimAccount()
8432 int efType) { in SimAccount()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DIccProvider.java145 private Cursor loadAllSimContacts(int efType) { in loadAllSimContacts()
187 int efType; in insert() local
292 int efType; in delete() local
381 int efType; in update() local
425 private MatrixCursor loadFromEf(int efType, int subId) { in loadFromEf()
462 updateIccRecordInEf(int efType, ContentValues values, String pin2, int subId) { in updateIccRecordInEf()