Home
last modified time | relevance | path

Searched refs:EF_FDN (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telephony/tests/src/com/android/phone/
DSimPhonebookProviderTest.java20 import static android.provider.SimPhonebookContract.ElementaryFiles.EF_FDN;
185 mIccPhoneBook.setupEfWithSizes(2, IccConstants.EF_FDN, 5, 20); in query_entityFiles_multiSim_returnsCursorWithRowForEachSimEf()
189 mIccPhoneBook.setupEfWithSizes(3, IccConstants.EF_FDN, 0, 0); in query_entityFiles_multiSim_returnsCursorWithRowForEachSimEf()
192 mIccPhoneBook.setupEfWithSizes(7, IccConstants.EF_FDN, 0, 0); in query_entityFiles_multiSim_returnsCursorWithRowForEachSimEf()
205 .atRow(1).hasRowValues(0, 2, ElementaryFiles.EF_FDN, 5, 6, 20) in query_entityFiles_multiSim_returnsCursorWithRowForEachSimEf()
216 mIccPhoneBook.setupEfWithSizes(1, IccConstants.EF_FDN, 0, 0); in query_entityFiles_simWithZeroSizes_returnsEmptyCursor()
371 Cursor fdnCursor = mResolver.query(SimRecords.getContentUri(1, EF_FDN), null, null, in query_simRecords_nullRecordList_returnsEmptyCursor() argument
387 mIccPhoneBook.addRecord(1, IccConstants.EF_FDN, "Person Fdn", "8005550103"); in query_simRecords_singleSim_returnsDataForCorrectEf()
400 Cursor fdnCursor = mResolver.query(SimRecords.getContentUri(1, EF_FDN), in query_simRecords_singleSim_returnsDataForCorrectEf() argument
412 .atRow(0).hasRowValues(1, ElementaryFiles.EF_FDN, 1, "Person Fdn", in query_simRecords_singleSim_returnsDataForCorrectEf()
[all …]
/packages/services/Telephony/src/com/android/phone/
DSimPhonebookProvider.java141 case ElementaryFiles.EF_FDN: in efIdForEfType()
142 return IccConstants.EF_FDN; in efIdForEfType()
296 addEfToCursor(result, subInfo, ElementaryFiles.EF_FDN); in queryElementaryFiles()
663 if (args.efType == ElementaryFiles.EF_FDN) { in validateWritableEf()
830 pin2 = efType == ElementaryFiles.EF_FDN && queryArgs != null in PhonebookArgs()
846 efType = ElementaryFiles.EF_FDN; in createFromEfName()
847 efid = IccConstants.EF_FDN; in createFromEfName()