Searched refs:mNameSource (Results 1 – 2 of 2) sorted by relevance
94 private int mNameSource; field in SubscriptionInfo245 this.mNameSource = nameSource; in SubscriptionInfo()333 return this.mNameSource; in getNameSource()688 dest.writeInt(mNameSource); in writeToParcel()737 + " carrierName=" + mCarrierName + " nameSource=" + mNameSource in toString()754 return Objects.hash(mId, mSimSlotIndex, mNameSource, mIconTint, mDataRoaming, mIsEmbedded, in hashCode()774 && mNameSource == toCompare.mNameSource in equals()
74350 Landroid/telephony/SubscriptionInfo;->mNameSource:I