Searched refs:logicalSlotId (Results 1 – 2 of 2) sorted by relevance
153 for (int logicalSlotId = 0; logicalSlotId < activeSlotCount; logicalSlotId++) { in getReadySimsCount()154 int simState = mTelephonyManager.getSimState(logicalSlotId); in getReadySimsCount()159 && activeRemovableLogicalSlots.contains(logicalSlotId))) { in getReadySimsCount()
198 int logicalSlotId = getLogicalSlotIndex(physicalSlotIndex, portIndex); in isEsimEnabledAtTargetSlotPort() local199 if (logicalSlotId == SubscriptionManager.INVALID_SIM_SLOT_INDEX) { in isEsimEnabledAtTargetSlotPort()204 .anyMatch(i -> i.isEmbedded() && i.getSimSlotIndex() == logicalSlotId); in isEsimEnabledAtTargetSlotPort()