Searched refs:getPhoneIdFromPortIndex (Results 1 – 4 of 4) sorted by relevance
326 public int getPhoneIdFromPortIndex(int portIndex) { in getPhoneIdFromPortIndex() method in UiccSlot
324 return slot == null ? UiccSlot.INVALID_PHONE_ID : slot.getPhoneIdFromPortIndex(portIndex); in getPhoneIdFromSlotPortIndex()1219 slot.getPhoneIdFromPortIndex(portIdx), slot.isPortActive(portIdx))); in getAllUiccCardInfos()
1341 slot.getPhoneIdFromPortIndex(portIndex)); in getResolvedPortIndexForSubscriptionSwitch()1408 slot.getPhoneIdFromPortIndex(portIndex)) == null in isTargetPortIndexValid()1464 uiccSlot.getPhoneIdFromPortIndex(portIndex)) != null) { in isRemovalNonEuiccSlotHasActiveSubscription()
465 doReturn(-1).when(mMockSlot).getPhoneIdFromPortIndex(0); in testGetAllUiccCardInfosNullCard()