Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DDeviceStateMonitorTest.java164 DeviceStateMonitor.CELL_INFO_INTERVAL_SHORT_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.java166 static final int CELL_INFO_INTERVAL_SHORT_MS = 2000; field in DeviceStateMonitor
171 private int mCellInfoMinInterval = CELL_INFO_INTERVAL_SHORT_MS;
293 return CELL_INFO_INTERVAL_SHORT_MS; in computeCellInfoMinInterval()
296 return CELL_INFO_INTERVAL_SHORT_MS; in computeCellInfoMinInterval()