Searched refs:mAlphaShort (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ |
D | CellIdentity.java | 70 protected String mAlphaShort; field in CellIdentity 115 mAlphaShort = alphas; in CellIdentity() 180 return mAlphaShort; in getOperatorAlphaShort() 187 mAlphaShort = alphaShort; in setOperatorAlphaShort() 246 && TextUtils.equals(mAlphaShort, o.mAlphaShort); in equals() 251 return Objects.hash(mAlphaLong, mAlphaShort, mMccStr, mMncStr, mType); in hashCode() 265 dest.writeString(mAlphaShort); in writeToParcel()
|
D | CellIdentityCdma.java | 120 cid.mAlphaLong, cid.mAlphaShort); in CellIdentityCdma() 132 mAlphaLong, mAlphaShort); in sanitizeLocationInfo() 251 .append(" mAlphaShort=").append(mAlphaShort) in toString()
|
D | CellIdentityTdscdma.java | 112 cid.mAlphaShort, cid.mAdditionalPlmns, cid.mCsgInfo); in CellIdentityTdscdma() 119 CellInfo.UNAVAILABLE, CellInfo.UNAVAILABLE, mAlphaLong, mAlphaShort, in sanitizeLocationInfo() 263 .append(" mAlphaShort=").append(mAlphaShort) 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() 279 .append(" mAlphaShort=").append(mAlphaShort) 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() 289 .append(" mAlphaShort=").append(mAlphaShort) 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() 351 .append(" mAlphaShort=").append(mAlphaShort) in toString()
|
D | CellIdentityNr.java | 105 mBands, mMccStr, mMncStr, CellInfo.UNAVAILABLE_LONG, mAlphaLong, mAlphaShort, in sanitizeLocationInfo() 252 .append(" mAlphaShort = ").append(mAlphaShort) in toString()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 52336 Landroid/telephony/CellIdentity;->mAlphaShort:Ljava/lang/String;
|