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.java1752 UiccSlot [] uiccSlots = {mUiccSlot, mUiccSlot}; in testGetEnabledSubscriptionIdSingleSIM() local
1755 doReturn(uiccSlots).when(mUiccController).getUiccSlots(); in testGetEnabledSubscriptionIdSingleSIM()
1776 UiccSlot [] uiccSlots = {mUiccSlot, mUiccSlot}; in testGetEnabledSubscriptionIdDualSIM() local
1781 doReturn(uiccSlots).when(mUiccController).getUiccSlots(); in testGetEnabledSubscriptionIdDualSIM()
1843 UiccSlot[] uiccSlots = {mUiccSlot}; in testGetAvailableSubscriptionList() local
1845 doReturn(uiccSlots).when(mUiccController).getUiccSlots(); in testGetAvailableSubscriptionList()
1872 UiccSlot[] uiccSlots = {mUiccSlot}; in testGetAvailableSubscriptionList_withTrailingF() local
1874 doReturn(uiccSlots).when(mUiccController).getUiccSlots(); in testGetAvailableSubscriptionList_withTrailingF()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionInfoUpdater.java762 UiccSlot[] uiccSlots = uiccController.getUiccSlots(); in updateSubscriptionInfoByIccId() local
763 if (uiccSlots != null && updateEmbeddedSubs) { in updateSubscriptionInfoByIccId()
765 for (UiccSlot uiccSlot : uiccSlots) { in updateSubscriptionInfoByIccId()
DSubscriptionController.java1146 UiccSlot[] uiccSlots = UiccController.getInstance().getUiccSlots(); in getIccIdsOfInsertedPhysicalSims() local
1147 if (uiccSlots == null) return ret; in getIccIdsOfInsertedPhysicalSims()
1149 for (UiccSlot uiccSlot : uiccSlots) { in getIccIdsOfInsertedPhysicalSims()