Searched refs:mAlphaLong (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ |
D | CellIdentity.java | 68 protected String mAlphaLong; field in CellIdentity 116 mAlphaLong = alphal; in CellIdentity() 166 return mAlphaLong; in getOperatorAlphaLong() 173 mAlphaLong = alphaLong; in setOperatorAlphaLong() 248 && TextUtils.equals(mAlphaLong, o.mAlphaLong) in equals() 254 return Objects.hash(mAlphaLong, mAlphaShort, mMccStr, mMncStr, mType); in hashCode() 267 dest.writeString(mAlphaLong); in writeToParcel()
|
D | CellIdentityCdma.java | 126 cid.mAlphaLong, cid.mAlphaShort); in CellIdentityCdma() 138 mAlphaLong, mAlphaShort); in sanitizeLocationInfo() 256 .append(" mAlphaLong=").append(mAlphaLong) in toString()
|
D | CellIdentityGsm.java | 127 cid.mMncStr, cid.mAlphaLong, cid.mAlphaShort, cid.mAdditionalPlmns); in CellIdentityGsm() 138 CellInfo.UNAVAILABLE, mMccStr, mMncStr, mAlphaLong, mAlphaShort, mAdditionalPlmns); in sanitizeLocationInfo() 299 .append(" mAlphaLong=").append(mAlphaLong) in toString()
|
D | CellIdentityTdscdma.java | 109 cid.mCpid, cid.mUarfcn, cid.mAlphaLong, in CellIdentityTdscdma() 142 CellInfo.UNAVAILABLE, CellInfo.UNAVAILABLE, mAlphaLong, mAlphaShort, in sanitizeLocationInfo() 285 .append(" mAlphaLong=").append(mAlphaLong) in toString()
|
D | CellIdentityWcdma.java | 134 cid.mMncStr, cid.mAlphaLong, cid.mAlphaShort, cid.mAdditionalPlmns, cid.mCsgInfo); in CellIdentityWcdma() 142 mAlphaLong, mAlphaShort, mAdditionalPlmns, null); in sanitizeLocationInfo() 310 .append(" mAlphaLong=").append(mAlphaLong) in toString()
|
D | CellIdentityLte.java | 164 cid.mMncStr, cid.mAlphaLong, cid.mAlphaShort, cid.mAdditionalPlmns, cid.mCsgInfo); in CellIdentityLte() 172 mMccStr, mMncStr, mAlphaLong, mAlphaShort, mAdditionalPlmns, null); in sanitizeLocationInfo() 373 .append(" mAlphaLong=").append(mAlphaLong) in toString()
|
D | CellIdentityNr.java | 107 mBands, mMccStr, mMncStr, CellInfo.UNAVAILABLE, mAlphaLong, mAlphaShort, in sanitizeLocationInfo() 249 .append(" mAlphaLong = ").append(mAlphaLong) in toString()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 67001 Landroid/telephony/CellIdentity;->mAlphaLong:Ljava/lang/String;
|