Searched refs:mGid2 (Results 1 – 4 of 4) 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()
238 mGid2 = null; in resetRecords()1131 mGid2 = null; in handleMessage()1135 mGid2 = IccUtils.bytesToHexString(data); in handleMessage()1137 log("GID2: " + mGid2); in handleMessage()2119 pw.println(" mGid2=" + mGid2); in dump()
146 protected String mGid2; field in IccRecords700 return mGid2; in getGid2()
62960 Landroid/service/carrier/CarrierIdentifier;->mGid2:Ljava/lang/String;