Searched refs:MAX_WAIT_TIME_MS (Results 1 – 5 of 5) sorted by relevance
34 private static final int MAX_WAIT_TIME_MS = 10000; field in DeviceTest46 Thread.sleep(MAX_WAIT_TIME_MS); in testCVE_2021_39794()
38 final int MAX_WAIT_TIME_MS = 10 * 1000; field in DeviceTest58 while ((System.currentTimeMillis() - startTime) < MAX_WAIT_TIME_MS) { in testCVE_2020_0338()
42 private static final long MAX_WAIT_TIME_MS = 100000; field in BootStatsHostTest75 long timeoutMs = System.currentTimeMillis() + MAX_WAIT_TIME_MS; in testBootStats()
78 private static final long MAX_WAIT_TIME_MS = MAX_WAIT_TIME_SECS * 1000; field in UiModeManagerTest603 Thread.sleep(MAX_WAIT_TIME_MS); in testReadProjectionState_listener()614 Thread.sleep(MAX_WAIT_TIME_MS); in testReadProjectionState_listener()632 Thread.sleep(MAX_WAIT_TIME_MS); in testReadProjectionState_listener()974 for (int i = 0; i < MAX_WAIT_TIME_MS; i += WAIT_TIME_INCR_MS) { in assertStoredNightModeSetting()1048 MAX_WAIT_TIME_MS, condition); in waitForAtomicBooleanBecomes()
69 .getResources().getInteger(R.integer.MAX_WAIT_TIME_MS))) {