Searched refs:getPortList (Results 1 – 5 of 5) sorted by relevance
1330 for (int portIndex : slot.getPortList()) { in getResolvedPortIndexForSubscriptionSwitch()1337 for (int portIndex : slot.getPortList()) { in getResolvedPortIndexForSubscriptionSwitch()1381 if (slot == null || slot.getPortList().length == 0 in isTargetPortIndexValid()1382 || targetPortIndex >= slot.getPortList().length) { in isTargetPortIndexValid()1389 for (int portIndex : slot.getPortList()) { in isTargetPortIndexValid()1404 for (int portIndex : slot.getPortList()) { in isTargetPortIndexValid()1423 for (int portIndex : slot.getPortList()) { in getNextAvailableInActivePortIndex()1461 for (int portIndex : uiccSlot.getPortList()) { in isRemovalNonEuiccSlotHasActiveSubscription()
364 doReturn(new int[]{0}).when(mMockSlot).getPortList(); in testGetAllUiccCardInfos()417 doReturn(new int[]{0}).when(mMockSlot).getPortList(); in testIccidWithTrailingF()463 doReturn(new int[]{0}).when(mMockSlot).getPortList(); in testGetAllUiccCardInfosNullCard()
1188 when(mUiccSlot.getPortList()).thenReturn(new int[]{0, 1}); in testGetResolvedPortIndexForSubscriptionSwitchWithMEP()1217 when(mUiccSlot.getPortList()).thenReturn(new int[]{0}); in testGetResolvedPortIndexForSubscriptionSwitchWithPsimInActiveAndSS()1789 when(mUiccSlot.getPortList()).thenReturn(new int[] {0}); in testIsSimPortAvailable_port_inActive()1817 when(mUiccSlot.getPortList()).thenReturn(new int[] {0}); in testIsSimPortAvailable_port_inActive_disable_compactChange()
292 public int[] getPortList() { in getPortList() method in UiccSlot
521 if (IntStream.of(slot.getPortList()).anyMatch(porIdx -> cardId.equals( in getUiccSlotForCardId()1215 int[] portIndexes = slot.getPortList(); in getAllUiccCardInfos()