Searched refs:getUiccSlotsInfo (Results 1 – 5 of 5) sorted by relevance
50 when(telephonyManager.getUiccSlotsInfo()).thenReturn(new UiccSlotInfo[0]); in getAvailableSubscriptions_hasSubscriptionsFromSubscriptionManager_valueReturned()71 when(telephonyManager.getUiccSlotsInfo()).thenReturn(new UiccSlotInfo[]{slotInfo}); in getAvailableSubscriptions_hasSimSlotNotInSubscriptionManager_valueReturned()88 when(telephonyManager.getUiccSlotsInfo()).thenReturn(new UiccSlotInfo[0]); in getAvailableSubscriptions_hasInactiveInsertedPSim_valueRemoved()
61 when(mTelMgr.getUiccSlotsInfo()).thenReturn(null); in setUp()113 when(mTelMgr.getUiccSlotsInfo()).thenReturn(slotInfos); in getAvailableSubscriptions_oneSelectableOneDisabledPSim_twoResults()155 when(mTelMgr.getUiccSlotsInfo()).thenReturn(slotInfos); in getAvailableSubscriptions_oneSelectableTwoDisabledPSimsOneAbsent_twoResults()
50 UiccSlotInfo[] slotsInfo = telephonyManager.getUiccSlotsInfo(); in getAvailableSubscriptions()
81 UiccSlotInfo[] slotsInfo = telMgr.getUiccSlotsInfo(); in getAvailableSubscriptions()
6392 public UiccSlotInfo[] getUiccSlotsInfo() { in getUiccSlotsInfo() method in PhoneInterfaceManager6996 UiccSlotInfo[] slotInfos = getUiccSlotsInfo(); in getSlotsMapping()