Searched refs:mSimSlotIndex (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ |
D | SubscriptionInfo.java | 77 private int mSimSlotIndex; field in SubscriptionInfo 228 this(info.mId, info.mIccId, info.mSimSlotIndex, info.mDisplayName, info.mCarrierName, in SubscriptionInfo() 278 this.mSimSlotIndex = simSlotIndex; in SubscriptionInfo() 339 return this.mSimSlotIndex; in getSimSlotIndex() 430 final String index = formatSimple("%d", mSimSlotIndex + 1); in createIconBitmap() 814 dest.writeInt(mSimSlotIndex); in writeToParcel() 866 return "{id=" + mId + " iccId=" + iccIdToPrint + " simSlotIndex=" + mSimSlotIndex in toString() 888 return Objects.hash(mId, mSimSlotIndex, mNameSource, mIconTint, mDataRoaming, mIsEmbedded, in hashCode() 907 && mSimSlotIndex == toCompare.mSimSlotIndex in equals()
|
/frameworks/base/core/java/android/provider/ |
D | ContactsContract.java | 8400 private final int mSimSlotIndex; field in ContactsContract.SimAccount 8435 this.mSimSlotIndex = simSlotIndex; in SimAccount() 8458 return mSimSlotIndex; in getSimSlotIndex() 8470 return Objects.hash(mAccountName, mAccountType, mSimSlotIndex, mEfType); in hashCode() 8485 return mSimSlotIndex == toCompare.mSimSlotIndex in equals() 8495 dest.writeInt(mSimSlotIndex); in writeToParcel()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 58668 Landroid/telephony/SubscriptionInfo;->mSimSlotIndex:I
|