Searched refs:getUiccSlots (Results 1 – 10 of 10) sorted by relevance
150 when(mUiccController.getUiccSlots()) in testIsEmbeddedSlotActivated()154 when(mUiccController.getUiccSlots()) in testIsEmbeddedSlotActivated()158 when(mUiccController.getUiccSlots()) in testIsEmbeddedSlotActivated()162 when(mUiccController.getUiccSlots()) in testIsEmbeddedSlotActivated()167 when(mUiccController.getUiccSlots()) in testIsEmbeddedSlotActivated()177 when(mUiccController.getUiccSlots()) in testIsEmbeddedCardPresent()181 when(mUiccController.getUiccSlots()) in testIsEmbeddedCardPresent()185 when(mUiccController.getUiccSlots()) in testIsEmbeddedCardPresent()189 when(mUiccController.getUiccSlots()) in testIsEmbeddedCardPresent()194 when(mUiccController.getUiccSlots()) in testIsEmbeddedCardPresent()[all …]
73 doReturn(new UiccSlot[] {}).when(mUiccController).getUiccSlots(); in testEmptySlots()312 doReturn(new UiccSlot[] {slot0}).when(mUiccController).getUiccSlots(); in setupSingleSim()317 doReturn(new UiccSlot[] {slot0, slot1}).when(mUiccController).getUiccSlots(); in setupDualSim()
164 doReturn(new UiccSlot[] {mPhysicalSlot}).when(mUiccController).getUiccSlots(); in setUp()435 doReturn(new UiccSlot[] {mPhysicalSlot, mEsimSlot}).when(mUiccController).getUiccSlots(); in singleImsCall_dsdsModeSingleSim()475 doReturn(new UiccSlot[] {mPhysicalSlot, mEsimSlot}).when(mUiccController).getUiccSlots(); in singleImsCall_dsdsMode()515 doReturn(new UiccSlot[] {mPhysicalSlot, mEsimSlot}).when(mUiccController).getUiccSlots(); in singleImsCall_esim()
37 for (int i = 0; i < uiccController.getUiccSlots().length; i++) { in getCurrentState()
1036 doReturn(uiccSlots).when(mUiccController).getUiccSlots(); in testGetEnabledSubscriptionIdSingleSIM()1037 assertEquals(2, UiccController.getInstance().getUiccSlots().length); in testGetEnabledSubscriptionIdSingleSIM()1062 doReturn(uiccSlots).when(mUiccController).getUiccSlots(); in testGetEnabledSubscriptionIdDualSIM()1063 assertEquals(2, UiccController.getInstance().getUiccSlots().length); in testGetEnabledSubscriptionIdDualSIM()1120 doReturn(uiccSlots).when(mUiccController).getUiccSlots(); in testGetAvailableSubscriptionList_withTrailingF()1190 doReturn(uiccSlots).when(mUiccController).getUiccSlots(); in testGetAvailableSubscriptionList()
155 UiccSlot[] slots = mUiccController.getUiccSlots(); in isEmbeddedSlotActivated()171 UiccSlot[] slots = mUiccController.getUiccSlots(); in isEmbeddedCardPresent()
359 public UiccSlot[] getUiccSlots() { in getUiccSlots() method in UiccController
783 UiccSlot[] uiccSlots = uiccController.getUiccSlots(); in updateSubscriptionInfoByIccId()
935 UiccSlot[] uiccSlots = UiccController.getInstance().getUiccSlots(); in getIccIdsOfInsertedPhysicalSims()
23971 HSPLcom/android/internal/telephony/uicc/UiccController;->getUiccSlots()[Lcom/android/internal/telep…