Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSubscriptionControllerTest.java1470 UiccSlot [] uiccSlots = {mUiccSlot, mUiccSlot}; in testGetEnabledSubscriptionIdSingleSIM() local
1473 doReturn(uiccSlots).when(mUiccController).getUiccSlots(); in testGetEnabledSubscriptionIdSingleSIM()
1494 UiccSlot [] uiccSlots = {mUiccSlot, mUiccSlot}; in testGetEnabledSubscriptionIdDualSIM() local
1499 doReturn(uiccSlots).when(mUiccController).getUiccSlots(); in testGetEnabledSubscriptionIdDualSIM()
1561 UiccSlot[] uiccSlots = {mUiccSlot}; in testGetAvailableSubscriptionList() local
1563 doReturn(uiccSlots).when(mUiccController).getUiccSlots(); in testGetAvailableSubscriptionList()
1590 UiccSlot[] uiccSlots = {mUiccSlot}; in testGetAvailableSubscriptionList_withTrailingF() local
1592 doReturn(uiccSlots).when(mUiccController).getUiccSlots(); in testGetAvailableSubscriptionList_withTrailingF()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionInfoUpdater.java741 UiccSlot[] uiccSlots = uiccController.getUiccSlots(); in updateSubscriptionInfoByIccId() local
742 if (uiccSlots != null && updateEmbeddedSubs) { in updateSubscriptionInfoByIccId()
744 for (UiccSlot uiccSlot : uiccSlots) { in updateSubscriptionInfoByIccId()
DSubscriptionController.java1099 UiccSlot[] uiccSlots = UiccController.getInstance().getUiccSlots(); in getIccIdsOfInsertedPhysicalSims() local
1100 if (uiccSlots == null) return ret; in getIccIdsOfInsertedPhysicalSims()
1102 for (UiccSlot uiccSlot : uiccSlots) { in getIccIdsOfInsertedPhysicalSims()