Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiConfigManagerTest.java92 private static final long TEST_WALLCLOCK_UPDATE_TIME_MILLIS = 75455637; field in WifiConfigManagerTest
5120 when(mClock.getWallClockMillis()).thenReturn(TEST_WALLCLOCK_UPDATE_TIME_MILLIS); in updateNetworkToWifiConfigManager()