Searched refs:uiccSlots (Results 1 – 3 of 3) sorted by relevance
1470 UiccSlot [] uiccSlots = {mUiccSlot, mUiccSlot}; in testGetEnabledSubscriptionIdSingleSIM() local1473 doReturn(uiccSlots).when(mUiccController).getUiccSlots(); in testGetEnabledSubscriptionIdSingleSIM()1494 UiccSlot [] uiccSlots = {mUiccSlot, mUiccSlot}; in testGetEnabledSubscriptionIdDualSIM() local1499 doReturn(uiccSlots).when(mUiccController).getUiccSlots(); in testGetEnabledSubscriptionIdDualSIM()1561 UiccSlot[] uiccSlots = {mUiccSlot}; in testGetAvailableSubscriptionList() local1563 doReturn(uiccSlots).when(mUiccController).getUiccSlots(); in testGetAvailableSubscriptionList()1590 UiccSlot[] uiccSlots = {mUiccSlot}; in testGetAvailableSubscriptionList_withTrailingF() local1592 doReturn(uiccSlots).when(mUiccController).getUiccSlots(); in testGetAvailableSubscriptionList_withTrailingF()
741 UiccSlot[] uiccSlots = uiccController.getUiccSlots(); in updateSubscriptionInfoByIccId() local742 if (uiccSlots != null && updateEmbeddedSubs) { in updateSubscriptionInfoByIccId()744 for (UiccSlot uiccSlot : uiccSlots) { in updateSubscriptionInfoByIccId()
1099 UiccSlot[] uiccSlots = UiccController.getInstance().getUiccSlots(); in getIccIdsOfInsertedPhysicalSims() local1100 if (uiccSlots == null) return ret; in getIccIdsOfInsertedPhysicalSims()1102 for (UiccSlot uiccSlot : uiccSlots) { in getIccIdsOfInsertedPhysicalSims()