Home
last modified time | relevance | path

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

/aosp12/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()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DSIMRecords.java239 mGid2 = null; in resetRecords()
1136 mGid2 = null; in handleMessage()
1140 mGid2 = IccUtils.bytesToHexString(data); in handleMessage()
1142 log("GID2: " + mGid2); in handleMessage()
2124 pw.println(" mGid2=" + mGid2); in dump()
H A DIccRecords.java146 protected String mGid2; field in IccRecords
700 return mGid2; in getGid2()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt52371 Landroid/service/carrier/CarrierIdentifier;->mGid2:Ljava/lang/String;