Searched refs:mAlphaShort (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ |
D | CellIdentity.java | 55 protected String mAlphaShort; field in CellIdentity 95 mAlphaShort = alphas; in CellIdentity() 160 return mAlphaShort; in getOperatorAlphaShort() 167 mAlphaShort = alphaShort; in setOperatorAlphaShort() 187 && TextUtils.equals(mAlphaShort, o.mAlphaShort); in equals() 192 return Objects.hash(mAlphaLong, mAlphaShort, mMccStr, mMncStr, mType); in hashCode() 206 dest.writeString(mAlphaShort); in writeToParcel()
|
D | CellIdentityTdscdma.java | 85 cid.mCpid, cid.mUarfcn, cid.mAlphaLong, cid.mAlphaShort); in CellIdentityTdscdma() 102 CellInfo.UNAVAILABLE, CellInfo.UNAVAILABLE, mAlphaLong, mAlphaShort); in sanitizeLocationInfo() 213 .append(" mAlphaShort=").append(mAlphaShort) in toString()
|
D | CellIdentityCdma.java | 122 cid.mAlphaLong, cid.mAlphaShort); in CellIdentityCdma() 133 mAlphaLong, mAlphaShort); in sanitizeLocationInfo() 241 .append(" mAlphaShort=").append(mAlphaShort) in toString()
|
D | CellIdentityWcdma.java | 96 cid.mMncStr, cid.mAlphaLong, cid.mAlphaShort); in CellIdentityWcdma() 103 mAlphaLong, mAlphaShort); in sanitizeLocationInfo() 241 .append(" mAlphaShort=").append(mAlphaShort) in toString()
|
D | CellIdentityGsm.java | 98 cid.mMncStr, cid.mAlphaLong, cid.mAlphaShort); in CellIdentityGsm() 108 CellInfo.UNAVAILABLE, mMccStr, mMncStr, mAlphaLong, mAlphaShort); in sanitizeLocationInfo() 248 .append(" mAlphaShort=").append(mAlphaShort) in toString()
|
D | CellIdentityNr.java | 67 mMccStr, mMncStr, CellInfo.UNAVAILABLE, mAlphaLong, mAlphaShort); in sanitizeLocationInfo() 162 .append(" mAlphaShort = ").append(mAlphaShort) in toString()
|
D | CellIdentityLte.java | 119 cid.mMncStr, cid.mAlphaLong, cid.mAlphaShort); in CellIdentityLte() 126 mMccStr, mMncStr, mAlphaLong, mAlphaShort); in sanitizeLocationInfo() 282 .append(" mAlphaShort=").append(mAlphaShort) in toString()
|