Home
last modified time | relevance | path

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

/aosp12/frameworks/base/telephony/java/android/telephony/
H A DCellIdentityCdma.java80 mGlobalCellId = null; in CellIdentityCdma()
146 mGlobalCellId = null; in updateGlobalCellId()
150 mGlobalCellId = formatSimple("%04x%04x%04x", mSystemId, mNetworkId, mBasestationId); in updateGlobalCellId()
H A DCellIdentityNr.java64 mGlobalCellId = null; in CellIdentityNr()
127 mGlobalCellId = null; in updateGlobalCellId()
133 mGlobalCellId = plmn + formatSimple("%09x", mNci); in updateGlobalCellId()
H A DCellIdentityGsm.java70 mGlobalCellId = null; in CellIdentityGsm()
147 mGlobalCellId = null; in updateGlobalCellId()
153 mGlobalCellId = plmn + formatSimple("%04x%04x", mLac, mCid); in updateGlobalCellId()
H A DCellIdentityTdscdma.java71 mGlobalCellId = null; in CellIdentityTdscdma()
155 mGlobalCellId = null; in updateGlobalCellId()
161 mGlobalCellId = plmn + formatSimple("%04x%04x", mLac, mCid); in updateGlobalCellId()
H A DCellIdentityWcdma.java73 mGlobalCellId = null; in CellIdentityWcdma()
154 mGlobalCellId = null; in updateGlobalCellId()
160 mGlobalCellId = plmn + formatSimple("%04x%04x", mLac, mCid); in updateGlobalCellId()
H A DCellIdentityLte.java81 mGlobalCellId = null; in CellIdentityLte()
184 mGlobalCellId = null; in updateGlobalCellId()
190 mGlobalCellId = plmn + formatSimple("%07x", mCi); in updateGlobalCellId()
H A DCellIdentity.java75 protected String mGlobalCellId; field in CellIdentity
197 return mGlobalCellId; in getGlobalCellId()