Home
last modified time | relevance | path

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

/packages/services/Telephony/tests/src/com/android/phone/
DSimPhonebookProviderTest.java91 private FakeIccPhoneBook mIccPhoneBook; field in SimPhonebookProviderTest
114 mIccPhoneBook = new FakeIccPhoneBook(); in setUp()
117 TestableSimPhonebookProvider.setup(mResolver, mMockSubscriptionManager, mIccPhoneBook); in setUp()
182 mIccPhoneBook.setRecordsSize(2, IccConstants.EF_ADN, 10, 25); in query_entityFiles_multiSim_returnsCursorWithRowForEachSimEf()
183 mIccPhoneBook.setRecordsSize(2, IccConstants.EF_FDN, 5, 20); in query_entityFiles_multiSim_returnsCursorWithRowForEachSimEf()
184 mIccPhoneBook.setRecordsSize(2, IccConstants.EF_SDN, 15, 20); in query_entityFiles_multiSim_returnsCursorWithRowForEachSimEf()
185 mIccPhoneBook.setRecordsSize(3, IccConstants.EF_ADN, 100, 30); in query_entityFiles_multiSim_returnsCursorWithRowForEachSimEf()
187 mIccPhoneBook.setRecordsSize(3, IccConstants.EF_FDN, 0, 0); in query_entityFiles_multiSim_returnsCursorWithRowForEachSimEf()
188 mIccPhoneBook.setRecordsSize(3, IccConstants.EF_SDN, 0, 0); in query_entityFiles_multiSim_returnsCursorWithRowForEachSimEf()
189 mIccPhoneBook.setRecordsSize(7, IccConstants.EF_ADN, 0, 0); in query_entityFiles_multiSim_returnsCursorWithRowForEachSimEf()
[all …]