Home
last modified time | relevance | path

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

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