Searched refs:mMccStr (Results 1 – 7 of 7) sorted by relevance
/aosp12/frameworks/base/telephony/java/android/telephony/ |
H A D | CellIdentity.java | 61 protected final String mMccStr; field in CellIdentity 86 mMccStr = mcc; in CellIdentity() 89 mMccStr = null; in CellIdentity() 93 mMccStr = null; in CellIdentity() 109 if ((mMccStr != null && mMncStr == null) || (mMccStr == null && mMncStr != null)) { in CellIdentity() 138 return mMccStr; in getMccString() 213 if (mMccStr == null || mMncStr == null) return null; in getPlmn() 214 return mMccStr + mMncStr; in getPlmn() 244 && TextUtils.equals(mMccStr, o.mMccStr) in equals() 252 return Objects.hash(mAlphaLong, mAlphaShort, mMccStr, mMncStr, mType); in hashCode() [all …]
|
H A D | CellIdentityGsm.java | 129 this(cid.mLac, cid.mCid, cid.mArfcn, cid.mBsic, cid.mMccStr, in CellIdentityGsm() 141 CellInfo.UNAVAILABLE, mMccStr, mMncStr, mAlphaLong, mAlphaShort, mAdditionalPlmns); in sanitizeLocationInfo() 163 return (mMccStr != null) ? Integer.valueOf(mMccStr) : CellInfo.UNAVAILABLE; in getMcc() 213 return (mMccStr == null || mMncStr == null) ? null : mMccStr + mMncStr; in getMobileNetworkOperator() 221 return mMccStr; in getMccString() 287 && TextUtils.equals(mMccStr, o.mMccStr) in equals() 300 .append(" mMcc=").append(mMccStr) in toString()
|
H A D | CellIdentityWcdma.java | 135 this(cid.mLac, cid.mCid, cid.mPsc, cid.mUarfcn, cid.mMccStr, in CellIdentityWcdma() 143 CellInfo.UNAVAILABLE, CellInfo.UNAVAILABLE, mMccStr, mMncStr, in sanitizeLocationInfo() 170 return (mMccStr != null) ? Integer.valueOf(mMccStr) : CellInfo.UNAVAILABLE; in getMcc() 213 return mMccStr; in getMccString() 229 return (mMccStr == null || mMncStr == null) ? null : mMccStr + mMncStr; in getMobileNetworkOperator() 296 && TextUtils.equals(mMccStr, o.mMccStr) in equals() 310 .append(" mMcc=").append(mMccStr) in toString()
|
H A D | CellIdentityLte.java | 165 this(cid.mCi, cid.mPci, cid.mTac, cid.mEarfcn, cid.mBands, cid.mBandwidth, cid.mMccStr, in CellIdentityLte() 174 mMccStr, mMncStr, mAlphaLong, mAlphaShort, mAdditionalPlmns, null); in sanitizeLocationInfo() 200 return (mMccStr != null) ? Integer.valueOf(mMccStr) : CellInfo.UNAVAILABLE; in getMcc() 270 return mMccStr; in getMccString() 286 return (mMccStr == null || mMncStr == null) ? null : mMccStr + mMncStr; in getMobileNetworkOperator() 357 && TextUtils.equals(mMccStr, o.mMccStr) in equals() 373 .append(" mMcc=").append(mMccStr) in toString()
|
H A D | CellIdentityTdscdma.java | 110 this(cid.mMccStr, cid.mMncStr, cid.mLac, cid.mCid, in CellIdentityTdscdma() 143 return new CellIdentityTdscdma(mMccStr, mMncStr, CellInfo.UNAVAILABLE, CellInfo.UNAVAILABLE, in sanitizeLocationInfo() 170 return mMccStr; in getMccString() 187 return (mMccStr == null || mMncStr == null) ? null : mMccStr + mMncStr; in getMobileNetworkOperator() 285 .append(":{ mMcc=").append(mMccStr) in toString()
|
H A D | CellIdentityNr.java | 121 mBands, mMccStr, mMncStr, CellInfo.UNAVAILABLE_LONG, mAlphaLong, mAlphaShort, in sanitizeLocationInfo() 232 return mMccStr; in getMccString() 264 .append(" mMcc = ").append(mMccStr) in toString()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 56303 Landroid/telephony/CellIdentity;->mMccStr:Ljava/lang/String;
|