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

/frameworks/base/core/tests/coretests/src/android/database/
H A DDatabaseLockTest.java41 private static final int SLEEP_TIME = 30; field in class:DatabaseLockTest
86 Thread.currentThread().sleep(SLEEP_TIME);
109 Thread.currentThread().sleep(SLEEP_TIME);
140 Thread.currentThread().sleep(SLEEP_TIME);
149 assertTrue( (averageTime - SLEEP_TIME) <= MAX_ALLOWED_LATENCY_TIME);
167 Thread.currentThread().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);

Completed in 84 milliseconds