Home
last modified time | relevance | path

Searched refs:mAlphaLong (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/base/telephony/java/android/telephony/
H A DCellIdentity.java68 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 DCellIdentityCdma.java128 cid.mAlphaLong, cid.mAlphaShort); in CellIdentityCdma()
140 mAlphaLong, mAlphaShort); in sanitizeLocationInfo()
258 .append(" mAlphaLong=").append(mAlphaLong) in toString()
H A DCellIdentityGsm.java130 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 DCellIdentityTdscdma.java111 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 DCellIdentityWcdma.java136 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 DCellIdentityLte.java166 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 DCellIdentityNr.java121 mBands, mMccStr, mMncStr, CellInfo.UNAVAILABLE_LONG, mAlphaLong, mAlphaShort, in sanitizeLocationInfo()
267 .append(" mAlphaLong = ").append(mAlphaLong) in toString()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt56301 Landroid/telephony/CellIdentity;->mAlphaLong:Ljava/lang/String;