Home
last modified time | relevance | path

Searched refs:mGid1 (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/service/carrier/
DCarrierIdentifier.java50 private @Nullable String mGid1; field in CarrierIdentifier
59 mGid1 = gid1; in CarrierIdentifier()
83 mGid1 = gid1; in CarrierIdentifier()
119 return mGid1; in getGid1()
142 && Objects.equals(mGid1, that.mGid1) in equals()
153 result = 31 * result + Objects.hashCode(mGid1); in hashCode()
169 out.writeString(mGid1); in writeToParcel()
180 + ",gid1=" + mGid1 in toString()
191 mGid1 = in.readString(); in readFromParcel()
/frameworks/base/telephony/java/android/telephony/
DSmsMessage.java890 (TextUtils.isEmpty(currentConfig.mGid1) || in hasEmsSupport()
891 (!TextUtils.isEmpty(currentConfig.mGid1) && in hasEmsSupport()
892 currentConfig.mGid1.equalsIgnoreCase(gid)))) { in hasEmsSupport()
921 (TextUtils.isEmpty(currentConfig.mGid1) || in shouldAppendPageNumberAsPrefix()
922 (!TextUtils.isEmpty(currentConfig.mGid1) in shouldAppendPageNumberAsPrefix()
923 && currentConfig.mGid1.equalsIgnoreCase(gid)))) { in shouldAppendPageNumberAsPrefix()
932 String mGid1; field in SmsMessage.NoEmsSupportConfig
938 mGid1 = config.length > 2 ? config[2] : null; in NoEmsSupportConfig()
944 + ", mIsPrefix = " + mIsPrefix + ", mGid1 = " + mGid1 + " }"; in toString()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierIdentifier.java379 private String mGid1; field in CarrierIdentifier.CarrierMatchingRule
398 mGid1 = gid1; in CarrierMatchingRule()
435 if (mGid1 != null) { in match()
438 if (!CarrierIdentifier.equals(subscriptionRule.mGid1, mGid1, true)) { in match()
501 + " gid1: " + mGid1 in toString()
579 && !TextUtils.isEmpty(subscriptionRule.mGid1)) ? subscriptionRule.mGid1 : null; in matchCarrier()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DSIMRecords.java256 mGid1 = null; in resetRecords()
1239 mGid1 = null; in handleMessage()
1243 mGid1 = IccUtils.bytesToHexString(data); in handleMessage()
1245 log("GID1: " + mGid1); in handleMessage()
2135 pw.println(" mGid1=" + mGid1); in dump()
DIccRecords.java103 protected String mGid1; field in IccRecords
488 return mGid1; in getGid1()