Searched refs:mSimSlotIndex (Results 1 – 1 of 1) sorted by relevance
71 private int mSimSlotIndex; field in SubscriptionInfo242 this.mSimSlotIndex = simSlotIndex; in SubscriptionInfo()284 return this.mSimSlotIndex; in getSimSlotIndex()375 final String index = String.format("%d", mSimSlotIndex + 1); in createIconBitmap()685 dest.writeInt(mSimSlotIndex); in writeToParcel()735 return "{id=" + mId + ", iccId=" + iccIdToPrint + " simSlotIndex=" + mSimSlotIndex in toString()754 return Objects.hash(mId, mSimSlotIndex, mNameSource, mIconTint, mDataRoaming, mIsEmbedded, in hashCode()773 && mSimSlotIndex == toCompare.mSimSlotIndex in equals()