Searched refs:efType (Results 1 – 3 of 3) sorted by relevance
/packages/services/Telephony/src/com/android/phone/ |
D | SimPhonebookProvider.java | 134 static int efIdForEfType(@ElementaryFiles.EfType int efType) { in efIdForEfType() argument 135 switch (efType) { in efIdForEfType() 309 result, getActiveSubscriptionInfo(args.subscriptionId), args.efType); in queryElementaryFilesItem() 319 int efType) throws RemoteException { in addEfToCursor() argument 321 subscriptionInfo.getSubscriptionId(), efIdForEfType(efType)); in addEfToCursor() 322 addEfToCursor(result, subscriptionInfo, efType, recordsSize); in addEfToCursor() 326 int efType, int[] recordsSize) throws RemoteException { in addEfToCursor() argument 335 .add(ElementaryFiles.EF_TYPE, efType) in addEfToCursor() 342 int efid = efIdForEfType(efType); in addEfToCursor() 383 row.second.add(args.efType); in querySimRecords() [all …]
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsDatabaseHelper.java | 3930 final int efType = c.getInt(4); in getAllSimAccounts() local 3931 if (simSlot < 0 || !SimAccount.getValidEfTypes().contains(efType)) { in getAllSimAccounts() 3935 result.add(new SimAccount(c.getString(1), c.getString(2), simSlot, efType)); in getAllSimAccounts() 4019 int simSlot, int efType) { in createSimAccountIdInTransaction() argument 4023 if (!SimAccount.getValidEfTypes().contains(efType)) { in createSimAccountIdInTransaction() 4047 DatabaseUtils.bindObjectToProgram(insert, 5, efType); in createSimAccountIdInTransaction()
|
D | ContactsProvider2.java | 2308 final int efType = extras.getInt(SimContacts.KEY_SIM_EF_TYPE, -1); in call() local 2312 if (!SimAccount.getValidEfTypes().contains(efType)) { in call() 2325 AccountWithDataSet.get(accountName, accountType, null), simSlot, efType); in call()
|