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.java1033 UiccSlot [] uiccSlots = {mUiccSlot, mUiccSlot}; in testGetEnabledSubscriptionIdSingleSIM() local
1036 doReturn(uiccSlots).when(mUiccController).getUiccSlots(); in testGetEnabledSubscriptionIdSingleSIM()
1057 UiccSlot [] uiccSlots = {mUiccSlot, mUiccSlot}; in testGetEnabledSubscriptionIdDualSIM() local
1062 doReturn(uiccSlots).when(mUiccController).getUiccSlots(); in testGetEnabledSubscriptionIdDualSIM()
1118 UiccSlot[] uiccSlots = {mUiccSlot}; in testGetAvailableSubscriptionList_withTrailingF() local
1120 doReturn(uiccSlots).when(mUiccController).getUiccSlots(); in testGetAvailableSubscriptionList_withTrailingF()
1188 UiccSlot[] uiccSlots = {mUiccSlot}; in testGetAvailableSubscriptionList() local
1190 doReturn(uiccSlots).when(mUiccController).getUiccSlots(); in testGetAvailableSubscriptionList()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionInfoUpdater.java783 UiccSlot[] uiccSlots = uiccController.getUiccSlots(); in updateSubscriptionInfoByIccId() local
784 if (uiccSlots != null && updateEmbeddedSubs) { in updateSubscriptionInfoByIccId()
786 for (UiccSlot uiccSlot : uiccSlots) { in updateSubscriptionInfoByIccId()
DSubscriptionController.java935 UiccSlot[] uiccSlots = UiccController.getInstance().getUiccSlots(); in getIccIdsOfInsertedPhysicalSims() local
936 if (uiccSlots == null) return ret; in getIccIdsOfInsertedPhysicalSims()
938 for (UiccSlot uiccSlot : uiccSlots) { in getIccIdsOfInsertedPhysicalSims()