Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DCellIdentity.java92 protected final String mAlphaLong; field in CellIdentity
127 mAlphaLong = alphal; in CellIdentity()
159 return mAlphaLong; in getOperatorAlphaLong()
178 return TextUtils.equals(mAlphaLong, o.mAlphaLong) in equals()
184 return Objects.hash(mAlphaLong, mAlphaShort, mMccStr, mMncStr, mType); in hashCode()
197 dest.writeString(mAlphaLong); in writeToParcel()
DCellIdentityTdscdma.java100 cid.mCpid, cid.mAlphaLong, cid.mAlphaShort); in CellIdentityTdscdma()
176 .append(" mAlphaLong=").append(mAlphaLong) in toString()
DCellIdentityCdma.java111 cid.mAlphaLong, cid.mAlphaShort); in CellIdentityCdma()
207 .append(" mAlphaLong=").append(mAlphaLong) in toString()
DCellIdentityWcdma.java105 cid.mMncStr, cid.mAlphaLong, cid.mAlphaShort); in CellIdentityWcdma()
221 .append(" mAlphaLong=").append(mAlphaLong) in toString()
DCellIdentityGsm.java106 cid.mMncStr, cid.mAlphaLong, cid.mAlphaShort); in CellIdentityGsm()
231 .append(" mAlphaLong=").append(mAlphaLong) in toString()
DCellIdentityLte.java112 cid.mMncStr, cid.mAlphaLong, cid.mAlphaShort); in CellIdentityLte()
235 .append(" mAlphaLong=").append(mAlphaLong) in toString()