Home
last modified time | relevance | path

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

/aosp14/frameworks/base/telephony/java/android/telephony/
H A DSubscriptionInfo.java82 private final int mSimSlotIndex; field in SubscriptionInfo
353 this.mSimSlotIndex = simSlotIndex; in SubscriptionInfo()
391 this.mSimSlotIndex = builder.mSimSlotIndex; in SubscriptionInfo()
451 return mSimSlotIndex; in getSimSlotIndex()
528 final String index = formatSimple("%d", mSimSlotIndex + 1); in createIconBitmap()
914 dest.writeInt(mSimSlotIndex); in writeToParcel()
976 + " simSlotIndex=" + mSimSlotIndex in toString()
1012 return mId == that.mId && mSimSlotIndex == that.mSimSlotIndex in equals()
1067 private int mSimSlotIndex = SubscriptionManager.INVALID_SIM_SLOT_INDEX; field in SubscriptionInfo.Builder
1250 mSimSlotIndex = info.mSimSlotIndex; in Builder()
[all …]
/aosp14/frameworks/base/core/java/android/provider/
H A DContactsContract.java8512 private final int mSimSlotIndex; field in ContactsContract.SimAccount
8547 this.mSimSlotIndex = simSlotIndex; in SimAccount()
8570 return mSimSlotIndex; in getSimSlotIndex()
8582 return Objects.hash(mAccountName, mAccountType, mSimSlotIndex, mEfType); in hashCode()
8597 return mSimSlotIndex == toCompare.mSimSlotIndex in equals()
8607 dest.writeInt(mSimSlotIndex); in writeToParcel()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt55345 Landroid/telephony/SubscriptionInfo;->mSimSlotIndex:I