Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/mobile/dataservice/
H A DUiccInfoEntity.java29 public UiccInfoEntity(@NonNull String subId, @NonNull String physicalSlotIndex, in UiccInfoEntity() argument
34 this.physicalSlotIndex = physicalSlotIndex; in UiccInfoEntity()
52 public String physicalSlotIndex; field in UiccInfoEntity
83 result = 31 * result + physicalSlotIndex.hashCode(); in hashCode()
106 && TextUtils.equals(physicalSlotIndex, info.physicalSlotIndex) in equals()
122 .append(physicalSlotIndex) in toString()
/aosp14/frameworks/base/telephony/java/android/telephony/
H A DUiccSlotMapping.java98 public UiccSlotMapping(int portIndex, int physicalSlotIndex, int logicalSlotIndex) { in UiccSlotMapping() argument
100 this.mPhysicalSlotIndex = physicalSlotIndex; in UiccSlotMapping()
H A DUiccCardInfo.java103 public UiccCardInfo(boolean isEuicc, int cardId, String eid, int physicalSlotIndex, in UiccCardInfo() argument
110 this.mPhysicalSlotIndex = physicalSlotIndex; in UiccCardInfo()
H A DTelephonyManager.java3633 public @SimState int getSimCardState(int physicalSlotIndex) { in getSimCardState() argument
3634 int activePort = getFirstActivePortIndex(physicalSlotIndex); in getSimCardState()
3658 public @SimState int getSimCardState(int physicalSlotIndex, int portIndex) { in getSimCardState() argument
3686 private int getLogicalSlotIndex(int physicalSlotIndex, int portIndex) { in getLogicalSlotIndex() argument
3688 if (slotInfos != null && physicalSlotIndex >= 0 && physicalSlotIndex < slotInfos.length in getLogicalSlotIndex()
3689 && slotInfos[physicalSlotIndex] != null) { in getLogicalSlotIndex()
3740 public @SimState int getSimApplicationState(int physicalSlotIndex) { in getSimApplicationState() argument
3741 int activePort = getFirstActivePortIndex(physicalSlotIndex); in getSimApplicationState()
6961 private int getFirstActivePortIndex(int physicalSlotIndex) { in getFirstActivePortIndex() argument
6963 if (slotInfos != null && physicalSlotIndex >= 0 && physicalSlotIndex < slotInfos.length in getFirstActivePortIndex()
[all …]