Searched defs:physicalSlotIndex (Results 1 – 3 of 3) sorted by relevance
80 public int physicalSlotIndex = UiccController.INVALID_SLOT_ID; field in IccCardStatus
3576 int physicalSlotIndex = SubscriptionManager.INVALID_SIM_SLOT_INDEX; in enablePhysicalSubscription() local3623 int physicalSlotIndex) { in enableSubscriptionOverEuiccManager()3636 private void updateEnabledSubscriptionGlobalSetting(int subId, int physicalSlotIndex) { in updateEnabledSubscriptionGlobalSetting()3639 Settings.Global.ENABLED_SUBSCRIPTION_FOR_SLOT + physicalSlotIndex, subId); in updateEnabledSubscriptionGlobalSetting() local3642 private void updateModemStackEnabledGlobalSetting(boolean enabled, int physicalSlotIndex) { in updateModemStackEnabledGlobalSetting()3646 + physicalSlotIndex, enabled ? 1 : 0); in updateModemStackEnabledGlobalSetting() local3652 int physicalSlotIndex = SubscriptionManager.INVALID_SIM_SLOT_INDEX; in getPhysicalSlotIndex() local3671 int physicalSlotIndex = SubscriptionManager.INVALID_SIM_SLOT_INDEX; in getPhysicalSlotIndexFromLogicalSlotIndex() local3732 int physicalSlotIndex = getPhysicalSlotIndexFromLogicalSlotIndex(logicalSlotIndex); in getEnabledSubscriptionId() local
3256 public @SimState int getSimCardState(int physicalSlotIndex) { in getSimCardState()3283 private int getLogicalSlotIndex(int physicalSlotIndex) { in getLogicalSlotIndex()3329 public @SimState int getSimApplicationState(int physicalSlotIndex) { in getSimApplicationState()