Searched refs:mGlobalCellId (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ |
D | CellIdentityCdma.java | 83 mGlobalCellId = null; in CellIdentityCdma() 138 mGlobalCellId = null; in updateGlobalCellId() 142 mGlobalCellId = formatSimple("%04x%04x%04x", mSystemId, mNetworkId, mBasestationId); in updateGlobalCellId()
|
D | CellIdentityNr.java | 64 mGlobalCellId = null; in CellIdentityNr() 111 mGlobalCellId = null; in updateGlobalCellId() 117 mGlobalCellId = plmn + formatSimple("%09x", mNci); in updateGlobalCellId()
|
D | CellIdentityTdscdma.java | 71 mGlobalCellId = null; in CellIdentityTdscdma() 130 mGlobalCellId = null; in updateGlobalCellId() 136 mGlobalCellId = plmn + formatSimple("%04x%04x", mLac, mCid); in updateGlobalCellId()
|
D | CellIdentityGsm.java | 70 mGlobalCellId = null; in CellIdentityGsm() 123 mGlobalCellId = null; in updateGlobalCellId() 129 mGlobalCellId = plmn + formatSimple("%04x%04x", mLac, mCid); in updateGlobalCellId()
|
D | CellIdentityWcdma.java | 73 mGlobalCellId = null; in CellIdentityWcdma() 130 mGlobalCellId = null; in updateGlobalCellId() 136 mGlobalCellId = plmn + formatSimple("%04x%04x", mLac, mCid); in updateGlobalCellId()
|
D | CellIdentityLte.java | 81 mGlobalCellId = null; in CellIdentityLte() 159 mGlobalCellId = null; in updateGlobalCellId() 165 mGlobalCellId = plmn + formatSimple("%07x", mCi); in updateGlobalCellId()
|
D | CellIdentity.java | 74 protected String mGlobalCellId; field in CellIdentity 196 return mGlobalCellId; in getGlobalCellId()
|