Home
last modified time | relevance | path

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

/cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/
DContactsContract_SimContactTest.java99 assertThat(SIM_SLOT_0).isEqualTo(simAccount1.getSimSlotIndex()); in testAddSimAccount_returnedByGetSimAccounts()
106 assertThat(SIM_SLOT_1).isEqualTo(simAccount2.getSimSlotIndex()); in testAddSimAccount_returnedByGetSimAccounts()
/cts/tests/tests/simphonebookprovider/src/android/provider/cts/simphonebook/
DSimPhonebookContract_ContentNotificationsTest.java181 int slotIndex = mSubscriptionInfo.getSimSlotIndex(); in setSimPower()
184 mSubscriptionInfo.getSimSlotIndex(), powerState, in setSimPower()
DSimPhonebookContract_ElementaryFilesTest.java145 .hasRowValue(ElementaryFiles.SLOT_INDEX, info.getSimSlotIndex()) in query_includesRowForEachElementaryFileOnEachSim()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DSubscriptionManagerTest.java242 assertTrue(subList.get(i).getSimSlotIndex() >= 0); in testActiveSubscriptions()
245 assertTrue(subList.get(i - 1).getSimSlotIndex() in testActiveSubscriptions()
246 <= subList.get(i).getSimSlotIndex()); in testActiveSubscriptions()
247 assertTrue(subList.get(i - 1).getSimSlotIndex() < subList.get(i).getSimSlotIndex() in testActiveSubscriptions() method
DTelephonyManagerTest.java1891 int slotIndex = subInfo.getSimSlotIndex(); in testGetMeidForSlot()
/cts/tests/tests/carrierapi/src/android/carrierapi/cts/
DCarrierApiTest.java450 info.getSimSlotIndex()); in testSubscriptionInfoListing()