Home
last modified time | relevance | path

Searched refs: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() argument
138 switch (efType) { in efIdForEfType()
317 addEfToCursor(result, info, args.efType); in queryElementaryFilesItem()
328 int efType) throws RemoteException { in addEfToCursor() argument
330 subscriptionInfo.getSubscriptionId(), efIdForEfType(efType)); in addEfToCursor()
331 addEfToCursor(result, subscriptionInfo, efType, recordsSize); in addEfToCursor()
335 int efType, int[] recordsSize) throws RemoteException { in addEfToCursor() argument
341 int efid = efIdForEfType(efType); in addEfToCursor()
353 .add(ElementaryFiles.EF_TYPE, efType) in addEfToCursor()
399 rowBuilders.valueAt(i).add(args.efType); in querySimRecords()
[all …]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java4112 final int efType = c.getInt(4); in getAllSimAccounts() local
4113 if (simSlot < 0 || !SimAccount.getValidEfTypes().contains(efType)) { in getAllSimAccounts()
4117 result.add(new SimAccount(c.getString(1), c.getString(2), simSlot, efType)); in getAllSimAccounts()
4200 int simSlot, int efType) { in createSimAccountIdInTransaction() argument
4204 if (!SimAccount.getValidEfTypes().contains(efType)) { in createSimAccountIdInTransaction()
4228 DatabaseUtils.bindObjectToProgram(insert, 5, efType); in createSimAccountIdInTransaction()
DContactsProvider2.java2524 final int efType = extras.getInt(SimContacts.KEY_SIM_EF_TYPE, -1); in call() local
2528 if (!SimAccount.getValidEfTypes().contains(efType)) { in call()
2540 AccountWithDataSet.get(accountName, accountType, null), simSlot, efType); in call() local