Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DCellIdentityCdma.java78 mGlobalCellId = null; in CellIdentityCdma()
144 mGlobalCellId = null; in updateGlobalCellId()
148 mGlobalCellId = String.format("%04x%04x%04x", mSystemId, mNetworkId, mBasestationId); in updateGlobalCellId()
DCellIdentityGsm.java67 mGlobalCellId = null; in CellIdentityGsm()
144 mGlobalCellId = null; in updateGlobalCellId()
150 mGlobalCellId = plmn + String.format("%04x%04x", mLac, mCid); in updateGlobalCellId()
DCellIdentityTdscdma.java69 mGlobalCellId = null; in CellIdentityTdscdma()
153 mGlobalCellId = null; in updateGlobalCellId()
159 mGlobalCellId = plmn + String.format("%04x%04x", mLac, mCid); in updateGlobalCellId()
DCellIdentityWcdma.java71 mGlobalCellId = null; in CellIdentityWcdma()
152 mGlobalCellId = null; in updateGlobalCellId()
158 mGlobalCellId = plmn + String.format("%04x%04x", mLac, mCid); in updateGlobalCellId()
DCellIdentityLte.java79 mGlobalCellId = null; in CellIdentityLte()
182 mGlobalCellId = null; in updateGlobalCellId()
188 mGlobalCellId = plmn + String.format("%07x", mCi); in updateGlobalCellId()
DCellIdentityNr.java113 mGlobalCellId = null; in updateGlobalCellId()
119 mGlobalCellId = plmn + String.format("%09x", mNci); in updateGlobalCellId()
DCellIdentity.java76 protected String mGlobalCellId; field in CellIdentity
198 return mGlobalCellId; in getGlobalCellId()