Searched refs:EF_ADN (Results 1 – 5 of 5) sorted by relevance
/packages/services/Telephony/tests/src/com/android/phone/ |
D | SimPhonebookProviderTest.java | 19 import static android.provider.SimPhonebookContract.ElementaryFiles.EF_ADN; 182 mIccPhoneBook.setRecordsSize(2, IccConstants.EF_ADN, 10, 25); in query_entityFiles_multiSim_returnsCursorWithRowForEachSimEf() 185 mIccPhoneBook.setRecordsSize(3, IccConstants.EF_ADN, 100, 30); in query_entityFiles_multiSim_returnsCursorWithRowForEachSimEf() 189 mIccPhoneBook.setRecordsSize(7, IccConstants.EF_ADN, 0, 0); in query_entityFiles_multiSim_returnsCursorWithRowForEachSimEf() 202 .atRow(0).hasRowValues(0, 2, ElementaryFiles.EF_ADN, 10, 11, 20) in query_entityFiles_multiSim_returnsCursorWithRowForEachSimEf() 205 .atRow(3).hasRowValues(1, 3, ElementaryFiles.EF_ADN, 100, 16, 20); in query_entityFiles_multiSim_returnsCursorWithRowForEachSimEf() 213 mIccPhoneBook.setRecordsSize(1, IccConstants.EF_ADN, 0, 0); in query_entityFiles_simWithZeroSizes_returnsEmptyCursor() 228 try (Cursor cursor = mResolver.query(ElementaryFiles.getItemUri(1, EF_ADN), null, null, in query_entityFilesItem_nullProjection_returnsCursorWithCorrectProjection() argument 240 Uri contentAdn = SimRecords.getContentUri(1, EF_ADN); in query_adnRecords_returnsCursorWithMatchingProjection() 282 try (Cursor cursor = mResolver.query(SimRecords.getContentUri(1, EF_ADN), null, null, in query_adnRecords_noRecords_returnsEmptyCursor() argument [all …]
|
/packages/services/Telephony/src/com/android/phone/ |
D | SimPhonebookProvider.java | 136 case ElementaryFiles.EF_ADN: in efIdForEfType() 137 return IccConstants.EF_ADN; in efIdForEfType() 288 addEfToCursor(result, subInfo, ElementaryFiles.EF_ADN); in queryElementaryFiles() 644 if (args.efType != ElementaryFiles.EF_ADN) { in validateWritableEf() 828 efType = ElementaryFiles.EF_ADN; in createFromEfName() 829 efid = IccConstants.EF_ADN; in createFromEfName()
|
/packages/apps/Contacts/tests/src/com/android/contacts/tests/ |
D | SimContactsTestHelper.java | 66 mTelephonyManager.getSubscriptionId(), ElementaryFiles.EF_ADN); in SimContactsTestHelper() 101 mSubscriptionId, ElementaryFiles.EF_ADN, contact.getRecordNumber())) in deleteAllSimContacts()
|
/packages/apps/Contacts/src/com/android/contacts/database/ |
D | SimContactDaoImpl.java | 131 subscriptionId, SimPhonebookContract.ElementaryFiles.EF_ADN)); in loadSimContacts()
|
/packages/apps/Contacts/tests/src/com/android/contacts/database/ |
D | SimContactDaoTests.java | 652 SimPhonebookContract.ElementaryFiles.EF_ADN)) in usesSimCardSubscriptionIdIfAvailable()
|