Searched refs:mAlphaLong (Results 1 – 8 of 8) sorted by relevance
/aosp12/frameworks/base/telephony/java/android/telephony/ |
H A D | CellIdentity.java | 68 protected String mAlphaLong; field in CellIdentity 115 mAlphaLong = alphal; in CellIdentity() 165 return mAlphaLong; in getOperatorAlphaLong() 172 mAlphaLong = alphaLong; in setOperatorAlphaLong() 246 && TextUtils.equals(mAlphaLong, o.mAlphaLong) in equals() 252 return Objects.hash(mAlphaLong, mAlphaShort, mMccStr, mMncStr, mType); in hashCode() 265 dest.writeString(mAlphaLong); in writeToParcel()
|
H A D | CellIdentityCdma.java | 128 cid.mAlphaLong, cid.mAlphaShort); in CellIdentityCdma() 140 mAlphaLong, mAlphaShort); in sanitizeLocationInfo() 258 .append(" mAlphaLong=").append(mAlphaLong) in toString()
|
H A D | CellIdentityGsm.java | 130 cid.mMncStr, cid.mAlphaLong, cid.mAlphaShort, cid.mAdditionalPlmns); in CellIdentityGsm() 141 CellInfo.UNAVAILABLE, mMccStr, mMncStr, mAlphaLong, mAlphaShort, mAdditionalPlmns); in sanitizeLocationInfo() 302 .append(" mAlphaLong=").append(mAlphaLong) in toString()
|
H A D | CellIdentityTdscdma.java | 111 cid.mCpid, cid.mUarfcn, cid.mAlphaLong, in CellIdentityTdscdma() 144 CellInfo.UNAVAILABLE, CellInfo.UNAVAILABLE, mAlphaLong, mAlphaShort, in sanitizeLocationInfo() 287 .append(" mAlphaLong=").append(mAlphaLong) in toString()
|
H A D | CellIdentityWcdma.java | 136 cid.mMncStr, cid.mAlphaLong, cid.mAlphaShort, cid.mAdditionalPlmns, cid.mCsgInfo); in CellIdentityWcdma() 144 mAlphaLong, mAlphaShort, mAdditionalPlmns, null); in sanitizeLocationInfo() 312 .append(" mAlphaLong=").append(mAlphaLong) in toString()
|
H A D | CellIdentityLte.java | 166 cid.mMncStr, cid.mAlphaLong, cid.mAlphaShort, cid.mAdditionalPlmns, cid.mCsgInfo); in CellIdentityLte() 174 mMccStr, mMncStr, mAlphaLong, mAlphaShort, mAdditionalPlmns, null); in sanitizeLocationInfo() 375 .append(" mAlphaLong=").append(mAlphaLong) in toString()
|
H A D | CellIdentityNr.java | 121 mBands, mMccStr, mMncStr, CellInfo.UNAVAILABLE_LONG, mAlphaLong, mAlphaShort, in sanitizeLocationInfo() 267 .append(" mAlphaLong = ").append(mAlphaLong) in toString()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 56301 Landroid/telephony/CellIdentity;->mAlphaLong:Ljava/lang/String;
|