Searched refs:SLEEP_TIME (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libaaudio/examples/loopback/src/
H A Dloopback.sh6 SLEEP_TIME=10
10 echo "Test will start in ${SLEEP_TIME} seconds: ${TEST_COMMAND}"
11 sleep ${SLEEP_TIME}
/frameworks/base/core/tests/coretests/src/android/database/
H A DDatabaseLockTest.java36 private static final int SLEEP_TIME = 30; field in class:DatabaseLockTest
81 Thread.currentThread().sleep(SLEEP_TIME);
104 Thread.sleep(SLEEP_TIME);
134 Thread.sleep(SLEEP_TIME);
143 assertTrue( (averageTime - SLEEP_TIME) <= MAX_ALLOWED_LATENCY_TIME);
161 Thread.sleep(SLEEP_TIME);
/frameworks/base/core/tests/coretests/src/android/widget/
H A DAutoCompleteTextViewPopup.java33 private static final int SLEEP_TIME = 50; field in class:AutoCompleteTextViewPopup
35 // total wait time will be LOOP_AMOUNT * SLEEP_TIME
230 Thread.sleep(SLEEP_TIME);
248 Thread.sleep(SLEEP_TIME);
/frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/
H A DMemoryUsageTest.java54 private static final int SLEEP_TIME = 1000; field in class:MemoryUsageTest
215 sleep(SLEEP_TIME);

Completed in 160 milliseconds