Home
last modified time | relevance | path

Searched refs:mDisplayNameSource (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DSubscriptionInfo.java106 private final int mDisplayNameSource; field in SubscriptionInfo
375 this.mDisplayNameSource = nameSource; in SubscriptionInfo()
416 this.mDisplayNameSource = builder.mDisplayNameSource; in SubscriptionInfo()
515 return mDisplayNameSource; in getDisplayNameSource()
1008 dest.writeInt(mDisplayNameSource); in writeToParcel()
1081 + SubscriptionManager.displayNameSourceToString(mDisplayNameSource) in toString()
1111 && mDisplayNameSource == that.mDisplayNameSource && mIconTint == that.mIconTint in equals()
1135 mDisplayNameSource, mIconTint, mNumber, mDataRoaming, mMcc, mMnc, mIsEmbedded, in hashCode()
1189 private int mDisplayNameSource = SubscriptionManager.NAME_SOURCE_UNKNOWN; field in SubscriptionInfo.Builder
1367 mDisplayNameSource = info.mDisplayNameSource; in Builder()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/subscription/
DSubscriptionInfoInternal.java113 private final int mDisplayNameSource; field in SubscriptionInfoInternal
505 this.mDisplayNameSource = builder.mDisplayNameSource; in SubscriptionInfoInternal()
628 return mDisplayNameSource; in getDisplayNameSource()
1278 .setDisplayNameSource(mDisplayNameSource) in toSubscriptionInfo()
1326 + SubscriptionManager.displayNameSourceToString(mDisplayNameSource) in toString()
1383 && mDisplayNameSource == that.mDisplayNameSource && mIconTint == that.mIconTint in equalsDbItemsOnly()
1448 mDisplayNameSource, mIconTint, mNumber, mDataRoaming, mMcc, mMnc, mEhplmns, mHplmns, in hashCode()
1513 private int mDisplayNameSource = SubscriptionManager.NAME_SOURCE_UNKNOWN; field in SubscriptionInfoInternal.Builder
1891 mDisplayNameSource = info.mDisplayNameSource; in Builder()
2039 mDisplayNameSource = displayNameSource; in setDisplayNameSource()