Searched refs:mSimSlotIndex (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ |
D | SubscriptionInfo.java | 74 private int mSimSlotIndex; field in SubscriptionInfo 224 this(info.mId, info.mIccId, info.mSimSlotIndex, info.mDisplayName, info.mCarrierName, in SubscriptionInfo() 274 this.mSimSlotIndex = simSlotIndex; in SubscriptionInfo() 335 return this.mSimSlotIndex; in getSimSlotIndex() 426 final String index = String.format("%d", mSimSlotIndex + 1); in createIconBitmap() 804 dest.writeInt(mSimSlotIndex); in writeToParcel() 856 return "{id=" + mId + " iccId=" + iccIdToPrint + " simSlotIndex=" + mSimSlotIndex in toString() 878 return Objects.hash(mId, mSimSlotIndex, mNameSource, mIconTint, mDataRoaming, mIsEmbedded, in hashCode() 897 && mSimSlotIndex == toCompare.mSimSlotIndex in equals()
|