Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DDeviceStateMonitorTest.java156 DeviceStateMonitor.CELL_INFO_INTERVAL_LONG_MS, mDSM.computeCellInfoMinInterval()); in testWifi()
160 DeviceStateMonitor.CELL_INFO_INTERVAL_LONG_MS, mDSM.computeCellInfoMinInterval()); in testWifi()
164 DeviceStateMonitor.CELL_INFO_INTERVAL_SHORT_MS, mDSM.computeCellInfoMinInterval()); in testWifi()
168 DeviceStateMonitor.CELL_INFO_INTERVAL_LONG_MS, mDSM.computeCellInfoMinInterval()); in testWifi()
172 DeviceStateMonitor.CELL_INFO_INTERVAL_SHORT_MS, mDSM.computeCellInfoMinInterval()); in testWifi()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DDeviceStateMonitor.java288 public int computeCellInfoMinInterval() { in computeCellInfoMinInterval() method in DeviceStateMonitor
495 final int newCellInfoMinInterval = computeCellInfoMinInterval(); in onUpdateDeviceState()