Searched refs:mNameSource (Results 1 – 2 of 2) sorted by relevance
97 private int mNameSource; field in SubscriptionInfo263 this.mNameSource = nameSource; in SubscriptionInfo()353 return this.mNameSource; in getNameSource()736 dest.writeInt(mNameSource); in writeToParcel()787 + " carrierName=" + mCarrierName + " nameSource=" + mNameSource in toString()807 return Objects.hash(mId, mSimSlotIndex, mNameSource, mIconTint, mDataRoaming, mIsEmbedded, in hashCode()827 && mNameSource == toCompare.mNameSource in equals()
69366 Landroid/telephony/SubscriptionInfo;->mNameSource:I