Searched refs:mSimSlotIndex (Results 1 – 2 of 2) sorted by relevance
74 private int mSimSlotIndex; field in SubscriptionInfo260 this.mSimSlotIndex = simSlotIndex; in SubscriptionInfo()304 return this.mSimSlotIndex; in getSimSlotIndex()395 final String index = String.format("%d", mSimSlotIndex + 1); in createIconBitmap()733 dest.writeInt(mSimSlotIndex); in writeToParcel()785 return "{id=" + mId + " iccId=" + iccIdToPrint + " simSlotIndex=" + mSimSlotIndex in toString()807 return Objects.hash(mId, mSimSlotIndex, mNameSource, mIconTint, mDataRoaming, mIsEmbedded, in hashCode()826 && mSimSlotIndex == toCompare.mSimSlotIndex in equals()
69368 Landroid/telephony/SubscriptionInfo;->mSimSlotIndex:I