Home
last modified time | relevance | path

Searched refs:getLogicalSlotIdx (Results 1 – 9 of 9) sorted by relevance

/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/network/
H A DSubscriptionUtils.java54 int index = slotInfo.getLogicalSlotIdx(); in getAvailableSubscriptions()
68 if (info.getSimSlotIndex() == slotInfo.getLogicalSlotIdx() in getAvailableSubscriptions()
/aosp12/packages/apps/Settings/src/com/android/settings/network/helper/
H A DQuerySimSlotIndex.java85 return slotInfo.getLogicalSlotIdx(); in mapToSlotIndex()
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DUiccSlotInfo.java162 public int getLogicalSlotIdx() { in getLogicalSlotIdx() method in UiccSlotInfo
H A DTelephonyManager.java3488 return slotInfos[physicalSlotIndex].getLogicalSlotIdx(); in getLogicalSlotIndex()
/aosp12/packages/apps/Settings/src/com/android/settings/network/
H A DEnableMultiSimSidecar.java189 activeRemovableLogicalSlotIds.add(info.getLogicalSlotIdx()); in getActiveRemovableLogicalSlotIds()
H A DSubscriptionUtil.java182 && (slotInfo.getLogicalSlotIdx() == subInfo.getSimSlotIndex())) { in isPrimarySubscriptionWithinSameUuid()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSubscriptionController.java4140 if ((isLogicalSlotIndexValid && slotInfos[i].getLogicalSlotIdx() == logicalSlotIndex) in getPhysicalSlotIndex()
4154 if (slotInfos[i].getLogicalSlotIdx() == logicalSlotIndex) { in getPhysicalSlotIndexFromLogicalSlotIndex()
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DPhoneInterfaceManager.java9452 if (SubscriptionManager.isValidPhoneId(slotInfos[i].getLogicalSlotIdx())) { in getSlotsMapping()
9453 logicalSlotsMapping[slotInfos[i].getLogicalSlotIdx()] = i; in getSlotsMapping()
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt12276 method public int getLogicalSlotIdx();