Searched refs:currentWallClockTimeMs (Results 1 – 1 of 1) sorted by relevance
469 long currentWallClockTimeMs = 23 * 3600_000; in testTimerMultiDayRun() local472 calendar.setTimeInMillis(currentWallClockTimeMs); in testTimerMultiDayRun()479 when(mClock.getWallClockMillis()).thenReturn(currentWallClockTimeMs); in testTimerMultiDayRun()509 long currentWallClockTimeMs = 7 * 3600_000; in testTimerWith() local512 calendar.setTimeInMillis(currentWallClockTimeMs); in testTimerWith()519 when(mClock.getWallClockMillis()).thenReturn(currentWallClockTimeMs); in testTimerWith()