Home
last modified time | relevance | path

Searched refs:mGid2 (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/telephony/java/android/service/carrier/
H A DCarrierIdentifier.java57 private @Nullable String mGid2; field in CarrierIdentifier
87 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()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt49048 Landroid/service/carrier/CarrierIdentifier;->mGid2:Ljava/lang/String;