Searched defs:physicalSlotIndex (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ |
D | UiccSlotMapping.java | 98 public UiccSlotMapping(int portIndex, int physicalSlotIndex, int logicalSlotIndex) { in UiccSlotMapping()
|
D | UiccCardInfo.java | 103 public UiccCardInfo(boolean isEuicc, int cardId, String eid, int physicalSlotIndex, in UiccCardInfo()
|
D | TelephonyManager.java | 3586 public @SimState int getSimCardState(int physicalSlotIndex) { in getSimCardState() 3611 public @SimState int getSimCardState(int physicalSlotIndex, int portIndex) { in getSimCardState() 3639 private int getLogicalSlotIndex(int physicalSlotIndex, int portIndex) { in getLogicalSlotIndex() 3693 public @SimState int getSimApplicationState(int physicalSlotIndex) { in getSimApplicationState() 3722 public @SimState int getSimApplicationState(int physicalSlotIndex, int portIndex) { in getSimApplicationState() 6894 private int getFirstActivePortIndex(int physicalSlotIndex) { in getFirstActivePortIndex()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | SubscriptionController.java | 4158 int physicalSlotIndex = SubscriptionManager.INVALID_SIM_SLOT_INDEX; in enablePhysicalSubscription() local 4210 int physicalSlotIndex) { in enableSubscriptionOverEuiccManager() 4223 private void updateEnabledSubscriptionGlobalSetting(int subId, int physicalSlotIndex) { in updateEnabledSubscriptionGlobalSetting() 4226 Settings.Global.ENABLED_SUBSCRIPTION_FOR_SLOT + physicalSlotIndex, subId); in updateEnabledSubscriptionGlobalSetting() local 4229 private void updateModemStackEnabledGlobalSetting(boolean enabled, int physicalSlotIndex) { in updateModemStackEnabledGlobalSetting() 4233 + physicalSlotIndex, enabled ? 1 : 0); in updateModemStackEnabledGlobalSetting() local 4237 int physicalSlotIndex = SubscriptionManager.INVALID_SIM_SLOT_INDEX; in getPhysicalSlotIndexFromLogicalSlotIndex() local 4300 int physicalSlotIndex = getPhysicalSlotIndexFromLogicalSlotIndex(logicalSlotIndex); in getEnabledSubscriptionId() local
|