Searched refs:mGlobalCellId (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ |
D | CellIdentityCdma.java | 78 mGlobalCellId = null; in CellIdentityCdma() 144 mGlobalCellId = null; in updateGlobalCellId() 148 mGlobalCellId = String.format("%04x%04x%04x", mSystemId, mNetworkId, mBasestationId); in updateGlobalCellId()
|
D | CellIdentityGsm.java | 67 mGlobalCellId = null; in CellIdentityGsm() 144 mGlobalCellId = null; in updateGlobalCellId() 150 mGlobalCellId = plmn + String.format("%04x%04x", mLac, mCid); in updateGlobalCellId()
|
D | CellIdentityTdscdma.java | 69 mGlobalCellId = null; in CellIdentityTdscdma() 153 mGlobalCellId = null; in updateGlobalCellId() 159 mGlobalCellId = plmn + String.format("%04x%04x", mLac, mCid); in updateGlobalCellId()
|
D | CellIdentityWcdma.java | 71 mGlobalCellId = null; in CellIdentityWcdma() 152 mGlobalCellId = null; in updateGlobalCellId() 158 mGlobalCellId = plmn + String.format("%04x%04x", mLac, mCid); in updateGlobalCellId()
|
D | CellIdentityLte.java | 79 mGlobalCellId = null; in CellIdentityLte() 182 mGlobalCellId = null; in updateGlobalCellId() 188 mGlobalCellId = plmn + String.format("%07x", mCi); in updateGlobalCellId()
|
D | CellIdentityNr.java | 113 mGlobalCellId = null; in updateGlobalCellId() 119 mGlobalCellId = plmn + String.format("%09x", mNci); in updateGlobalCellId()
|
D | CellIdentity.java | 76 protected String mGlobalCellId; field in CellIdentity 198 return mGlobalCellId; in getGlobalCellId()
|