Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DSimPhonebookProvider.java137 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/
DContactsDatabaseHelper.java4112 final int efType = c.getInt(4); in getAllSimAccounts() local
4200 int simSlot, int efType) { in createSimAccountIdInTransaction()
DContactsProvider2.java2524 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