Home
last modified time | relevance | path

Searched refs:CELL_INFO_INTERVAL_LONG_MS (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()
168 DeviceStateMonitor.CELL_INFO_INTERVAL_LONG_MS, mDSM.computeCellInfoMinInterval()); in testWifi()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DDeviceStateMonitor.java168 static final int CELL_INFO_INTERVAL_LONG_MS = 10000; field in DeviceStateMonitor
301 return CELL_INFO_INTERVAL_LONG_MS; in computeCellInfoMinInterval()