Searched refs:mGid1 (Results 1 – 5 of 5) sorted by relevance
50 private @Nullable String mGid1; field in CarrierIdentifier59 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()
890 (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.NoEmsSupportConfig938 mGid1 = config.length > 2 ? config[2] : null; in NoEmsSupportConfig()944 + ", mIsPrefix = " + mIsPrefix + ", mGid1 = " + mGid1 + " }"; in toString()
379 private String mGid1; field in CarrierIdentifier.CarrierMatchingRule398 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()
256 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()
103 protected String mGid1; field in IccRecords488 return mGid1; in getGid1()