Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiHealthMonitorTest.java470 long currentElapsedTimeMs = CURRENT_ELAPSED_TIME_MS; in testTimerMultiDayRun() local
478 when(mClock.getElapsedSinceBootMillis()).thenReturn(currentElapsedTimeMs); in testTimerMultiDayRun()
483 - currentElapsedTimeMs; in testTimerMultiDayRun()
485 currentElapsedTimeMs += 24 * 3600_000 + 1; in testTimerMultiDayRun()
486 when(mClock.getElapsedSinceBootMillis()).thenReturn(currentElapsedTimeMs); in testTimerMultiDayRun()
491 - currentElapsedTimeMs; in testTimerMultiDayRun()
494 currentElapsedTimeMs += 24 * 3600_000 - 1; in testTimerMultiDayRun()
495 when(mClock.getElapsedSinceBootMillis()).thenReturn(currentElapsedTimeMs); in testTimerMultiDayRun()
500 - currentElapsedTimeMs; in testTimerMultiDayRun()
510 long currentElapsedTimeMs = CURRENT_ELAPSED_TIME_MS; in testTimerWith() local
[all …]