Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccCardStatus.java80 public int physicalSlotIndex = UiccController.INVALID_SLOT_ID; field in IccCardStatus
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionController.java3386 int physicalSlotIndex) { in enableSubscriptionOverEuiccManager()
3399 private void updateEnabledSubscriptionGlobalSetting(int subId, int physicalSlotIndex) { in updateEnabledSubscriptionGlobalSetting()
3402 Settings.Global.ENABLED_SUBSCRIPTION_FOR_SLOT + physicalSlotIndex, subId); in updateEnabledSubscriptionGlobalSetting() local
3405 private void updateModemStackEnabledGlobalSetting(boolean enabled, int physicalSlotIndex) { in updateModemStackEnabledGlobalSetting()
3409 + physicalSlotIndex, enabled ? 1 : 0); in updateModemStackEnabledGlobalSetting() local
3415 int physicalSlotIndex = SubscriptionManager.INVALID_SIM_SLOT_INDEX; in getPhysicalSlotIndex() local
3434 int physicalSlotIndex = SubscriptionManager.INVALID_SIM_SLOT_INDEX; in getPhysicalSlotIndexFromLogicalSlotIndex() local
3495 int physicalSlotIndex = getPhysicalSlotIndexFromLogicalSlotIndex(logicalSlotIndex); in getEnabledSubscriptionId() local