Home
last modified time | relevance | path

Searched refs:mEhplmns (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DSubscriptionInfo.java142 private final String[] mEhplmns; field in SubscriptionInfo
383 this.mEhplmns = null; in SubscriptionInfo()
423 this.mEhplmns = builder.mEhplmns; in SubscriptionInfo()
704 return Collections.unmodifiableList(mEhplmns == null in getEhplmns()
705 ? Collections.emptyList() : Arrays.asList(mEhplmns)); in getEhplmns()
1027 dest.writeStringArray(mEhplmns); in writeToParcel()
1087 + " ehplmns=" + Arrays.toString(mEhplmns) in toString()
1121 that.mMnc) && Arrays.equals(mEhplmns, that.mEhplmns) in equals()
1140 result = 31 * result + Arrays.hashCode(mEhplmns); in hashCode()
1231 private String[] mEhplmns = new String[0]; field in SubscriptionInfo.Builder
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/subscription/
DSubscriptionInfoInternal.java150 private final String mEhplmns; field in SubscriptionInfoInternal
511 this.mEhplmns = builder.mEhplmns; in SubscriptionInfoInternal()
679 return mEhplmns; in getEhplmns()
1284 .setEhplmns(TextUtils.isEmpty(mEhplmns) ? null : mEhplmns.split(",")) in toSubscriptionInfo()
1332 + " ehplmns=" + mEhplmns in toString()
1416 && mMcc.equals(that.mMcc) && mMnc.equals(that.mMnc) && mEhplmns.equals( in equalsDbItemsOnly()
1417 that.mEhplmns) in equalsDbItemsOnly()
1448 mDisplayNameSource, mIconTint, mNumber, mDataRoaming, mMcc, mMnc, mEhplmns, mHplmns, in hashCode()
1549 private String mEhplmns = ""; field in SubscriptionInfoInternal.Builder
1897 mEhplmns = info.mEhplmns; in Builder()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DSIMRecords.java252 mEhplmns = null; in resetRecords()
1246 mEhplmns = parseBcdPlmnList(data, "Equivalent Home"); in handleMessage()
2225 pw.println(" mEhplmns[]=" + Arrays.toString(mEhplmns)); in dump()
DIccRecords.java184 protected String[] mEhplmns; field in IccRecords
1227 return mEhplmns; in getEhplmns()