Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DCellIdentity.java52 protected String mAlphaLong; field in CellIdentity
94 mAlphaLong = alphal; in CellIdentity()
144 return mAlphaLong; in getOperatorAlphaLong()
151 mAlphaLong = alphaLong; in setOperatorAlphaLong()
186 && TextUtils.equals(mAlphaLong, o.mAlphaLong) in equals()
192 return Objects.hash(mAlphaLong, mAlphaShort, mMccStr, mMncStr, mType); in hashCode()
205 dest.writeString(mAlphaLong); in writeToParcel()
DCellIdentityTdscdma.java85 cid.mCpid, cid.mUarfcn, cid.mAlphaLong, cid.mAlphaShort); in CellIdentityTdscdma()
102 CellInfo.UNAVAILABLE, CellInfo.UNAVAILABLE, mAlphaLong, mAlphaShort); in sanitizeLocationInfo()
212 .append(" mAlphaLong=").append(mAlphaLong) in toString()
DCellIdentityCdma.java122 cid.mAlphaLong, cid.mAlphaShort); in CellIdentityCdma()
133 mAlphaLong, mAlphaShort); in sanitizeLocationInfo()
240 .append(" mAlphaLong=").append(mAlphaLong) in toString()
DCellIdentityWcdma.java96 cid.mMncStr, cid.mAlphaLong, cid.mAlphaShort); in CellIdentityWcdma()
103 mAlphaLong, mAlphaShort); in sanitizeLocationInfo()
240 .append(" mAlphaLong=").append(mAlphaLong) in toString()
DCellIdentityGsm.java98 cid.mMncStr, cid.mAlphaLong, cid.mAlphaShort); in CellIdentityGsm()
108 CellInfo.UNAVAILABLE, mMccStr, mMncStr, mAlphaLong, mAlphaShort); in sanitizeLocationInfo()
247 .append(" mAlphaLong=").append(mAlphaLong) in toString()
DCellIdentityNr.java67 mMccStr, mMncStr, CellInfo.UNAVAILABLE, mAlphaLong, mAlphaShort); in sanitizeLocationInfo()
161 .append(" mAlphaLong = ").append(mAlphaLong) in toString()
DCellIdentityLte.java119 cid.mMncStr, cid.mAlphaLong, cid.mAlphaShort); in CellIdentityLte()
126 mMccStr, mMncStr, mAlphaLong, mAlphaShort); in sanitizeLocationInfo()
281 .append(" mAlphaLong=").append(mAlphaLong) in toString()