Searched refs:physicalSlotIndex (Results 1 – 3 of 3) sorted by relevance
197 private boolean isEsimEnabledAtTargetSlotPort(int physicalSlotIndex, int portIndex) { in isEsimEnabledAtTargetSlotPort() argument198 int logicalSlotId = getLogicalSlotIndex(physicalSlotIndex, portIndex); in isEsimEnabledAtTargetSlotPort()207 private int getLogicalSlotIndex(int physicalSlotIndex, int portIndex) { in getLogicalSlotIndex() argument209 if (slotInfos != null && physicalSlotIndex >= 0 && physicalSlotIndex < slotInfos.size() in getLogicalSlotIndex()210 && slotInfos.get(physicalSlotIndex) != null) { in getLogicalSlotIndex()211 for (UiccPortInfo portInfo : slotInfos.get(physicalSlotIndex).getPorts()) { in getLogicalSlotIndex()
158 int physicalSlotIndex) { in findUiccCardInfoBySlot() argument164 .filter(info -> info.getPhysicalSlotIndex() == physicalSlotIndex) in findUiccCardInfoBySlot()
800 private UiccCardInfo createUiccCardInfo(boolean isEuicc, int cardId, int physicalSlotIndex, in createUiccCardInfo() argument806 physicalSlotIndex /* physicalSlotIndex */, in createUiccCardInfo()