Searched refs:uiccSlots (Results 1 – 3 of 3) sorted by relevance
1752 UiccSlot [] uiccSlots = {mUiccSlot, mUiccSlot}; in testGetEnabledSubscriptionIdSingleSIM() local1755 doReturn(uiccSlots).when(mUiccController).getUiccSlots(); in testGetEnabledSubscriptionIdSingleSIM()1776 UiccSlot [] uiccSlots = {mUiccSlot, mUiccSlot}; in testGetEnabledSubscriptionIdDualSIM() local1781 doReturn(uiccSlots).when(mUiccController).getUiccSlots(); in testGetEnabledSubscriptionIdDualSIM()1843 UiccSlot[] uiccSlots = {mUiccSlot}; in testGetAvailableSubscriptionList() local1845 doReturn(uiccSlots).when(mUiccController).getUiccSlots(); in testGetAvailableSubscriptionList()1872 UiccSlot[] uiccSlots = {mUiccSlot}; in testGetAvailableSubscriptionList_withTrailingF() local1874 doReturn(uiccSlots).when(mUiccController).getUiccSlots(); in testGetAvailableSubscriptionList_withTrailingF()
762 UiccSlot[] uiccSlots = uiccController.getUiccSlots(); in updateSubscriptionInfoByIccId() local763 if (uiccSlots != null && updateEmbeddedSubs) { in updateSubscriptionInfoByIccId()765 for (UiccSlot uiccSlot : uiccSlots) { in updateSubscriptionInfoByIccId()
1146 UiccSlot[] uiccSlots = UiccController.getInstance().getUiccSlots(); in getIccIdsOfInsertedPhysicalSims() local1147 if (uiccSlots == null) return ret; in getIccIdsOfInsertedPhysicalSims()1149 for (UiccSlot uiccSlot : uiccSlots) { in getIccIdsOfInsertedPhysicalSims()