Searched refs:mGid2 (Results 1 – 3 of 3) sorted by relevance
57 private @Nullable String mGid2; field in CarrierIdentifier87 mGid2 = gid2; in CarrierIdentifier()113 mGid2 = gid2; in CarrierIdentifier()154 return mGid2; in getGid2()194 && Objects.equals(mGid2, that.mGid2) in equals()201 return Objects.hash(mMcc, mMnc, mSpn, mImsi, mGid1, mGid2, mCarrierId, mSpecificCarrierId); in hashCode()216 out.writeString(mGid2); in writeToParcel()229 + ",gid2=" + mGid2 in toString()242 mGid2 = in.readString(); in readFromParcel()
235 mGid2 = null; in resetRecords()1137 mGid2 = null; in handleMessage()1141 mGid2 = IccUtils.bytesToHexString(data); in handleMessage()1143 log("GID2: " + mGid2); in handleMessage()1957 pw.println(" mGid2=" + mGid2); in dump()
151 protected String mGid2; field in IccRecords649 return mGid2; in getGid2()