Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DCellIdentityCdma.java83 mGlobalCellId = null; in CellIdentityCdma()
138 mGlobalCellId = null; in updateGlobalCellId()
142 mGlobalCellId = formatSimple("%04x%04x%04x", mSystemId, mNetworkId, mBasestationId); in updateGlobalCellId()
DCellIdentityNr.java64 mGlobalCellId = null; in CellIdentityNr()
111 mGlobalCellId = null; in updateGlobalCellId()
117 mGlobalCellId = plmn + formatSimple("%09x", mNci); in updateGlobalCellId()
DCellIdentityTdscdma.java71 mGlobalCellId = null; in CellIdentityTdscdma()
130 mGlobalCellId = null; in updateGlobalCellId()
136 mGlobalCellId = plmn + formatSimple("%04x%04x", mLac, mCid); in updateGlobalCellId()
DCellIdentityGsm.java70 mGlobalCellId = null; in CellIdentityGsm()
123 mGlobalCellId = null; in updateGlobalCellId()
129 mGlobalCellId = plmn + formatSimple("%04x%04x", mLac, mCid); in updateGlobalCellId()
DCellIdentityWcdma.java73 mGlobalCellId = null; in CellIdentityWcdma()
130 mGlobalCellId = null; in updateGlobalCellId()
136 mGlobalCellId = plmn + formatSimple("%04x%04x", mLac, mCid); in updateGlobalCellId()
DCellIdentityLte.java81 mGlobalCellId = null; in CellIdentityLte()
159 mGlobalCellId = null; in updateGlobalCellId()
165 mGlobalCellId = plmn + formatSimple("%07x", mCi); in updateGlobalCellId()
DCellIdentity.java74 protected String mGlobalCellId; field in CellIdentity
196 return mGlobalCellId; in getGlobalCellId()