Searched refs:MAX_WAIT_TIME_MS (Results 1 – 2 of 2) sorted by relevance
41 private static final long MAX_WAIT_TIME_MS = 100000; field in BootStatsHostTest74 long timeoutMs = System.currentTimeMillis() + MAX_WAIT_TIME_MS; in testBootStats()
58 private static final long MAX_WAIT_TIME_MS = MAX_WAIT_TIME_SECS * 1000; field in UiModeManagerTest355 Thread.sleep(MAX_WAIT_TIME_MS); in testReadProjectionState_listener()366 Thread.sleep(MAX_WAIT_TIME_MS); in testReadProjectionState_listener()384 Thread.sleep(MAX_WAIT_TIME_MS); in testReadProjectionState_listener()624 for (int i = 0; i < MAX_WAIT_TIME_MS; i += WAIT_TIME_INCR_MS) { in assertStoredNightModeSetting()