Searched refs:mAlphaLong (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ |
D | CellIdentity.java | 52 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()
|
D | CellIdentityTdscdma.java | 85 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()
|
D | CellIdentityCdma.java | 122 cid.mAlphaLong, cid.mAlphaShort); in CellIdentityCdma() 133 mAlphaLong, mAlphaShort); in sanitizeLocationInfo() 240 .append(" mAlphaLong=").append(mAlphaLong) in toString()
|
D | CellIdentityWcdma.java | 96 cid.mMncStr, cid.mAlphaLong, cid.mAlphaShort); in CellIdentityWcdma() 103 mAlphaLong, mAlphaShort); in sanitizeLocationInfo() 240 .append(" mAlphaLong=").append(mAlphaLong) in toString()
|
D | CellIdentityGsm.java | 98 cid.mMncStr, cid.mAlphaLong, cid.mAlphaShort); in CellIdentityGsm() 108 CellInfo.UNAVAILABLE, mMccStr, mMncStr, mAlphaLong, mAlphaShort); in sanitizeLocationInfo() 247 .append(" mAlphaLong=").append(mAlphaLong) in toString()
|
D | CellIdentityNr.java | 67 mMccStr, mMncStr, CellInfo.UNAVAILABLE, mAlphaLong, mAlphaShort); in sanitizeLocationInfo() 161 .append(" mAlphaLong = ").append(mAlphaLong) in toString()
|
D | CellIdentityLte.java | 119 cid.mMncStr, cid.mAlphaLong, cid.mAlphaShort); in CellIdentityLte() 126 mMccStr, mMncStr, mAlphaLong, mAlphaShort); in sanitizeLocationInfo() 281 .append(" mAlphaLong=").append(mAlphaLong) in toString()
|