Searched refs:mEhplmns (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ |
D | SubscriptionInfo.java | 142 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/ |
D | SubscriptionInfoInternal.java | 150 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/ |
D | SIMRecords.java | 252 mEhplmns = null; in resetRecords() 1246 mEhplmns = parseBcdPlmnList(data, "Equivalent Home"); in handleMessage() 2225 pw.println(" mEhplmns[]=" + Arrays.toString(mEhplmns)); in dump()
|
D | IccRecords.java | 184 protected String[] mEhplmns; field in IccRecords 1227 return mEhplmns; in getEhplmns()
|