Searched refs:mGid2 (Results 1 – 4 of 4) sorted by relevance
51 private @Nullable String mGid2; field in CarrierIdentifier60 mGid2 = gid2; in CarrierIdentifier()84 mGid2 = gid2; in CarrierIdentifier()125 return mGid2; in getGid2()143 && Objects.equals(mGid2, that.mGid2); in equals()154 result = 31 * result + Objects.hashCode(mGid2); in hashCode()170 out.writeString(mGid2); in writeToParcel()181 + ",gid2=" + mGid2 in toString()192 mGid2 = in.readString(); in readFromParcel()
380 private String mGid2; field in CarrierIdentifier.CarrierMatchingRule399 mGid2 = gid2; in CarrierMatchingRule()444 if (mGid2 != null) { in match()447 if (!CarrierIdentifier.equals(subscriptionRule.mGid2, mGid2, true)) { in match()502 + " gid2: " + mGid2 in toString()
257 mGid2 = null; in resetRecords()1256 mGid2 = null; in handleMessage()1260 mGid2 = IccUtils.bytesToHexString(data); in handleMessage()1262 log("GID2: " + mGid2); in handleMessage()2139 pw.println(" mGid2=" + mGid2); in dump()
104 protected String mGid2; field in IccRecords500 return mGid2; in getGid2()