Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java426 private CellIdentity mNewCellIdentity; field in ServiceStateTracker
708 mNewCellIdentity = null; in updatePhoneType()
2092 mNewCellIdentity = networkRegState.getCellIdentity(); in handlePollStateResultMessage()
2950 mNewCellIdentity = null; in pollState()
2958 mNewCellIdentity = null; in pollState()
3105 boolean hasLocationChanged = !Objects.equals(mNewCellIdentity, mCellIdentity); in pollStateDone()
3196 int cid = getCidFromCellIdentity(mNewCellIdentity); in pollStateDone()
3234 mCellIdentity = mNewCellIdentity; in pollStateDone()
3235 mNewCellIdentity = tempCellId; in pollStateDone()
4915 pw.println(" mNewCellIdentity=" + Rlog.pii(VDBG, mNewCellIdentity)); in dump()