Searched refs:mAlphaLong (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ |
D | CellIdentity.java | 92 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()
|
D | CellIdentityTdscdma.java | 100 cid.mCpid, cid.mAlphaLong, cid.mAlphaShort); in CellIdentityTdscdma() 176 .append(" mAlphaLong=").append(mAlphaLong) in toString()
|
D | CellIdentityCdma.java | 111 cid.mAlphaLong, cid.mAlphaShort); in CellIdentityCdma() 207 .append(" mAlphaLong=").append(mAlphaLong) in toString()
|
D | CellIdentityWcdma.java | 105 cid.mMncStr, cid.mAlphaLong, cid.mAlphaShort); in CellIdentityWcdma() 221 .append(" mAlphaLong=").append(mAlphaLong) in toString()
|
D | CellIdentityGsm.java | 106 cid.mMncStr, cid.mAlphaLong, cid.mAlphaShort); in CellIdentityGsm() 231 .append(" mAlphaLong=").append(mAlphaLong) in toString()
|
D | CellIdentityLte.java | 112 cid.mMncStr, cid.mAlphaLong, cid.mAlphaShort); in CellIdentityLte() 235 .append(" mAlphaLong=").append(mAlphaLong) in toString()
|