Home
last modified time | relevance | path

Searched refs:physicalSlotIndex (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/network/
DSwitchToEuiccSubscriptionSidecar.java197 private boolean isEsimEnabledAtTargetSlotPort(int physicalSlotIndex, int portIndex) { in isEsimEnabledAtTargetSlotPort() argument
198 int logicalSlotId = getLogicalSlotIndex(physicalSlotIndex, portIndex); in isEsimEnabledAtTargetSlotPort()
207 private int getLogicalSlotIndex(int physicalSlotIndex, int portIndex) { in getLogicalSlotIndex() argument
209 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()
/packages/apps/Settings/src/com/android/settings/sim/receivers/
DSimSlotChangeReceiver.java158 int physicalSlotIndex) { in findUiccCardInfoBySlot() argument
164 .filter(info -> info.getPhysicalSlotIndex() == physicalSlotIndex) in findUiccCardInfoBySlot()
/packages/apps/Settings/tests/unit/src/com/android/settings/network/
DUiccSlotUtilTest.java800 private UiccCardInfo createUiccCardInfo(boolean isEuicc, int cardId, int physicalSlotIndex, in createUiccCardInfo() argument
806 physicalSlotIndex /* physicalSlotIndex */, in createUiccCardInfo()