Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DDeviceStateMonitor.java515 final int newCellInfoMinInterval = computeCellInfoMinInterval(); in onUpdateDeviceState() local
516 if (mCellInfoMinInterval != newCellInfoMinInterval) { in onUpdateDeviceState()
517 mCellInfoMinInterval = newCellInfoMinInterval; in onUpdateDeviceState()
519 log("CellInfo Min Interval Updated to " + newCellInfoMinInterval, true); in onUpdateDeviceState()