Home
last modified time | relevance | path

Searched refs:mPortIndex (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/telephony/java/android/telephony/
H A DUiccSlotMapping.java56 private final int mPortIndex; field in UiccSlotMapping
74 mPortIndex = in.readInt(); in UiccSlotMapping()
81 dest.writeInt(mPortIndex); in writeToParcel()
99 this.mPortIndex = portIndex; in UiccSlotMapping()
112 return mPortIndex; in getPortIndex()
146 return (mPortIndex == that.mPortIndex) in equals()
153 return Objects.hash(mPortIndex, mPhysicalSlotIndex, mLogicalSlotIndex); in hashCode()
160 + mPortIndex in toString()
H A DUiccPortInfo.java38 private final int mPortIndex; field in UiccPortInfo
61 mPortIndex = in.readInt(); in UiccPortInfo()
69 dest.writeInt(mPortIndex); in writeToParcel()
91 this.mPortIndex = portIndex; in UiccPortInfo()
114 return mPortIndex; in getPortIndex()
152 && (mPortIndex == that.mPortIndex) in equals()
159 return Objects.hash(mIccId, mPortIndex, mLogicalSlotIndex, mIsActive); in hashCode()
170 + mPortIndex in toString()
H A DSubscriptionInfo.java228 private final int mPortIndex; field in SubscriptionInfo
379 this.mPortIndex = portIndex; in SubscriptionInfo()
417 this.mPortIndex = builder.mPortIndex; in SubscriptionInfo()
830 return mPortIndex; in getPortIndex()
929 dest.writeInt(mPortIndex); in writeToParcel()
977 + " portIndex=" + mPortIndex in toString()
1018 && mPortIndex == that.mPortIndex && mUsageSetting == that.mUsageSetting in equals()
1036 mType, mGroupOwner, mAreUiccApplicationsEnabled, mPortIndex, mUsageSetting, mCardId, in hashCode()
1228 private int mPortIndex = TelephonyManager.INVALID_PORT_INDEX; field in SubscriptionInfo.Builder
1276 mPortIndex = info.mPortIndex; in Builder()
[all …]