Home
last modified time | relevance | path

Searched refs:mAlphaShort (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DCellIdentity.java55 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()
DCellIdentityTdscdma.java85 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()
DCellIdentityCdma.java122 cid.mAlphaLong, cid.mAlphaShort); in CellIdentityCdma()
133 mAlphaLong, mAlphaShort); in sanitizeLocationInfo()
241 .append(" mAlphaShort=").append(mAlphaShort) in toString()
DCellIdentityWcdma.java96 cid.mMncStr, cid.mAlphaLong, cid.mAlphaShort); in CellIdentityWcdma()
103 mAlphaLong, mAlphaShort); in sanitizeLocationInfo()
241 .append(" mAlphaShort=").append(mAlphaShort) in toString()
DCellIdentityGsm.java98 cid.mMncStr, cid.mAlphaLong, cid.mAlphaShort); in CellIdentityGsm()
108 CellInfo.UNAVAILABLE, mMccStr, mMncStr, mAlphaLong, mAlphaShort); in sanitizeLocationInfo()
248 .append(" mAlphaShort=").append(mAlphaShort) in toString()
DCellIdentityNr.java67 mMccStr, mMncStr, CellInfo.UNAVAILABLE, mAlphaLong, mAlphaShort); in sanitizeLocationInfo()
162 .append(" mAlphaShort = ").append(mAlphaShort) in toString()
DCellIdentityLte.java119 cid.mMncStr, cid.mAlphaLong, cid.mAlphaShort); in CellIdentityLte()
126 mMccStr, mMncStr, mAlphaLong, mAlphaShort); in sanitizeLocationInfo()
282 .append(" mAlphaShort=").append(mAlphaShort) in toString()