Searched refs:mAlphaLong (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ |
D | CellIdentity.java | 67 protected String mAlphaLong; field in CellIdentity 114 mAlphaLong = alphal; in CellIdentity() 164 return mAlphaLong; in getOperatorAlphaLong() 171 mAlphaLong = alphaLong; in setOperatorAlphaLong() 245 && TextUtils.equals(mAlphaLong, o.mAlphaLong) in equals() 251 return Objects.hash(mAlphaLong, mAlphaShort, mMccStr, mMncStr, mType); in hashCode() 264 dest.writeString(mAlphaLong); in writeToParcel()
|
D | CellIdentityCdma.java | 120 cid.mAlphaLong, cid.mAlphaShort); in CellIdentityCdma() 132 mAlphaLong, mAlphaShort); in sanitizeLocationInfo() 250 .append(" mAlphaLong=").append(mAlphaLong) in toString()
|
D | CellIdentityTdscdma.java | 111 cid.mCpid, cid.mUarfcn, cid.mAlphaLong, in CellIdentityTdscdma() 119 CellInfo.UNAVAILABLE, CellInfo.UNAVAILABLE, mAlphaLong, mAlphaShort, in sanitizeLocationInfo() 262 .append(" mAlphaLong=").append(mAlphaLong) in toString()
|
D | CellIdentityGsm.java | 106 cid.mMncStr, cid.mAlphaLong, cid.mAlphaShort, cid.mAdditionalPlmns); in CellIdentityGsm() 117 CellInfo.UNAVAILABLE, mMccStr, mMncStr, mAlphaLong, mAlphaShort, mAdditionalPlmns); in sanitizeLocationInfo() 278 .append(" mAlphaLong=").append(mAlphaLong) in toString()
|
D | CellIdentityWcdma.java | 112 cid.mMncStr, cid.mAlphaLong, cid.mAlphaShort, cid.mAdditionalPlmns, cid.mCsgInfo); in CellIdentityWcdma() 120 mAlphaLong, mAlphaShort, mAdditionalPlmns, null); in sanitizeLocationInfo() 288 .append(" mAlphaLong=").append(mAlphaLong) in toString()
|
D | CellIdentityLte.java | 141 cid.mMncStr, cid.mAlphaLong, cid.mAlphaShort, cid.mAdditionalPlmns, cid.mCsgInfo); in CellIdentityLte() 149 mMccStr, mMncStr, mAlphaLong, mAlphaShort, mAdditionalPlmns, null); in sanitizeLocationInfo() 350 .append(" mAlphaLong=").append(mAlphaLong) in toString()
|
D | CellIdentityNr.java | 105 mBands, mMccStr, mMncStr, CellInfo.UNAVAILABLE_LONG, mAlphaLong, mAlphaShort, in sanitizeLocationInfo() 251 .append(" mAlphaLong = ").append(mAlphaLong) in toString()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 52335 Landroid/telephony/CellIdentity;->mAlphaLong:Ljava/lang/String;
|