Searched refs:mAlphaShort (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ |
D | CellIdentity.java | 71 protected String mAlphaShort; field in CellIdentity 117 mAlphaShort = alphas; in CellIdentity() 182 return mAlphaShort; in getOperatorAlphaShort() 189 mAlphaShort = alphaShort; in setOperatorAlphaShort() 249 && TextUtils.equals(mAlphaShort, o.mAlphaShort); in equals() 254 return Objects.hash(mAlphaLong, mAlphaShort, mMccStr, mMncStr, mType); in hashCode() 268 dest.writeString(mAlphaShort); in writeToParcel()
|
D | CellIdentityCdma.java | 126 cid.mAlphaLong, cid.mAlphaShort); in CellIdentityCdma() 138 mAlphaLong, mAlphaShort); in sanitizeLocationInfo() 257 .append(" mAlphaShort=").append(mAlphaShort) 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() 300 .append(" mAlphaShort=").append(mAlphaShort) in toString()
|
D | CellIdentityTdscdma.java | 110 cid.mAlphaShort, cid.mAdditionalPlmns, cid.mCsgInfo); in CellIdentityTdscdma() 142 CellInfo.UNAVAILABLE, CellInfo.UNAVAILABLE, mAlphaLong, mAlphaShort, in sanitizeLocationInfo() 286 .append(" mAlphaShort=").append(mAlphaShort) 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() 311 .append(" mAlphaShort=").append(mAlphaShort) 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() 374 .append(" mAlphaShort=").append(mAlphaShort) in toString()
|
D | CellIdentityNr.java | 107 mBands, mMccStr, mMncStr, CellInfo.UNAVAILABLE, mAlphaLong, mAlphaShort, in sanitizeLocationInfo() 250 .append(" mAlphaShort = ").append(mAlphaShort) in toString()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 67002 Landroid/telephony/CellIdentity;->mAlphaShort:Ljava/lang/String;
|