Searched refs:mGid2 (Results 1 – 2 of 2) 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()
49048 Landroid/service/carrier/CarrierIdentifier;->mGid2:Ljava/lang/String;