Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/provider/
H A 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()
H A DContactsContract.java8308 int efType) { in addSimAccount()
8432 int efType) { in SimAccount()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A 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()
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DSimPhonebookProvider.java136 static int efIdForEfType(@ElementaryFiles.EfType int efType) { in efIdForEfType()
323 int efType) throws RemoteException { in addEfToCursor()
330 int efType, int[] recordsSize) throws RemoteException { in addEfToCursor()
809 public final int efType; field in SimPhonebookProvider.PhonebookArgs
815 @ElementaryFiles.EfType int efType, int efid, int recordNumber, in PhonebookArgs()
830 int efType; in createFromEfName() local
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsDatabaseHelper.java3930 final int efType = c.getInt(4); in getAllSimAccounts() local
4019 int simSlot, int efType) { in createSimAccountIdInTransaction()
H A DContactsProvider2.java2305 final int efType = extras.getInt(SimContacts.KEY_SIM_EF_TYPE, -1); in call() local
2321 AccountWithDataSet.get(accountName, accountType, null), simSlot, efType); in call() local