Home
last modified time | relevance | path

Searched defs:physicalSlotIndex (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/sim/receivers/
H A DSimSlotChangeReceiver.java136 private UiccCardInfo findUiccCardInfoBySlot(TelephonyManager telMgr, int physicalSlotIndex) { in findUiccCardInfoBySlot()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccCardStatus.java81 public int physicalSlotIndex = UiccController.INVALID_SLOT_ID; field in IccCardStatus
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSubscriptionController.java4056 int physicalSlotIndex = SubscriptionManager.INVALID_SIM_SLOT_INDEX; in enablePhysicalSubscription() local
4103 int physicalSlotIndex) { in enableSubscriptionOverEuiccManager()
4116 private void updateEnabledSubscriptionGlobalSetting(int subId, int physicalSlotIndex) { in updateEnabledSubscriptionGlobalSetting()
4119 Settings.Global.ENABLED_SUBSCRIPTION_FOR_SLOT + physicalSlotIndex, subId); in updateEnabledSubscriptionGlobalSetting() local
4122 private void updateModemStackEnabledGlobalSetting(boolean enabled, int physicalSlotIndex) { in updateModemStackEnabledGlobalSetting()
4126 + physicalSlotIndex, enabled ? 1 : 0); in updateModemStackEnabledGlobalSetting() local
4132 int physicalSlotIndex = SubscriptionManager.INVALID_SIM_SLOT_INDEX; in getPhysicalSlotIndex() local
4151 int physicalSlotIndex = SubscriptionManager.INVALID_SIM_SLOT_INDEX; in getPhysicalSlotIndexFromLogicalSlotIndex() local
4212 int physicalSlotIndex = getPhysicalSlotIndexFromLogicalSlotIndex(logicalSlotIndex); in getEnabledSubscriptionId() local
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java3457 public @SimState int getSimCardState(int physicalSlotIndex) { in getSimCardState()
3484 private int getLogicalSlotIndex(int physicalSlotIndex) { in getLogicalSlotIndex()
3531 public @SimState int getSimApplicationState(int physicalSlotIndex) { in getSimApplicationState()