Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java3531 final CellIdentity primaryCellIdentity = prioritizedCids.isEmpty() in pollStateDone() local
3535 ? primaryCellIdentity != null : !mCellIdentity.isSameCell(primaryCellIdentity); in pollStateDone()
3624 long cid = getCidFromCellIdentity(primaryCellIdentity); in pollStateDone()
3656 mCellIdentity = primaryCellIdentity; in pollStateDone()
3657 if (mSS.getState() == ServiceState.STATE_IN_SERVICE && primaryCellIdentity != null) { in pollStateDone()