Searched refs:currentElapsedTimeMs (Results 1 – 1 of 1) sorted by relevance
470 long currentElapsedTimeMs = CURRENT_ELAPSED_TIME_MS; in testTimerMultiDayRun() local478 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 …]