Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiHealthMonitorTest.java469 long currentWallClockTimeMs = 23 * 3600_000; in testTimerMultiDayRun() local
472 calendar.setTimeInMillis(currentWallClockTimeMs); in testTimerMultiDayRun()
479 when(mClock.getWallClockMillis()).thenReturn(currentWallClockTimeMs); in testTimerMultiDayRun()
509 long currentWallClockTimeMs = 7 * 3600_000; in testTimerWith() local
512 calendar.setTimeInMillis(currentWallClockTimeMs); in testTimerWith()
519 when(mClock.getWallClockMillis()).thenReturn(currentWallClockTimeMs); in testTimerWith()