Searched defs:efType (Results 1 – 3 of 3) sorted by relevance
/packages/services/Telephony/src/com/android/phone/ |
D | SimPhonebookProvider.java | 137 static int efIdForEfType(@ElementaryFiles.EfType int efType) { in efIdForEfType() 328 int efType) throws RemoteException { in addEfToCursor() 335 int efType, int[] recordsSize) throws RemoteException { in addEfToCursor() 816 public final int efType; field in SimPhonebookProvider.PhonebookArgs 822 @ElementaryFiles.EfType int efType, int efid, int recordNumber, in PhonebookArgs() 837 int efType; in createFromEfName() local
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsDatabaseHelper.java | 4112 final int efType = c.getInt(4); in getAllSimAccounts() local 4200 int simSlot, int efType) { in createSimAccountIdInTransaction()
|
D | ContactsProvider2.java | 2524 final int efType = extras.getInt(SimContacts.KEY_SIM_EF_TYPE, -1); in call() local 2540 AccountWithDataSet.get(accountName, accountType, null), simSlot, efType); in call() local
|