Searched refs: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() 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/ |
D | ContactsDatabaseHelper.java | 4112 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()
|
D | ContactsProvider2.java | 2524 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
|