Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DDeviceStateMonitor.java523 final int newCellInfoMinInterval = computeCellInfoMinInterval(); in onUpdateDeviceState() local
524 if (mCellInfoMinInterval != newCellInfoMinInterval) { in onUpdateDeviceState()
525 mCellInfoMinInterval = newCellInfoMinInterval; in onUpdateDeviceState()
527 log("CellInfo Min Interval Updated to " + newCellInfoMinInterval, true); in onUpdateDeviceState()