Searched refs:efType (Results 1 – 3 of 3) sorted by relevance
/packages/services/Telephony/src/com/android/phone/ |
D | SimPhonebookProvider.java | 138 static int efIdForEfType(@ElementaryFiles.EfType int efType) { in efIdForEfType() argument 139 switch (efType) { in efIdForEfType() 318 addEfToCursor(result, info, args.efType); in queryElementaryFilesItem() 329 int efType) throws RemoteException { in addEfToCursor() argument 331 subscriptionInfo.getSubscriptionId(), efIdForEfType(efType)); in addEfToCursor() 332 addEfToCursor(result, subscriptionInfo, efType, recordsSize); in addEfToCursor() 336 int efType, int[] recordsSize) throws RemoteException { in addEfToCursor() argument 342 int efid = efIdForEfType(efType); in addEfToCursor() 354 .add(ElementaryFiles.EF_TYPE, efType) in addEfToCursor() 400 rowBuilders.valueAt(i).add(args.efType); in querySimRecords() [all …]
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsDatabaseHelper.java | 4111 final int efType = c.getInt(4); in getAllSimAccounts() local 4112 if (simSlot < 0 || !SimAccount.getValidEfTypes().contains(efType)) { in getAllSimAccounts() 4116 result.add(new SimAccount(c.getString(1), c.getString(2), simSlot, efType)); in getAllSimAccounts() 4199 int simSlot, int efType) { in createSimAccountIdInTransaction() argument 4203 if (!SimAccount.getValidEfTypes().contains(efType)) { in createSimAccountIdInTransaction() 4227 DatabaseUtils.bindObjectToProgram(insert, 5, efType); in createSimAccountIdInTransaction()
|
D | ContactsProvider2.java | 2553 final int efType = extras.getInt(SimContacts.KEY_SIM_EF_TYPE, -1); in call() local 2557 if (!SimAccount.getValidEfTypes().contains(efType)) { in call() 2569 AccountWithDataSet.get(accountName, accountType, null), simSlot, efType); in call() local
|