Searched defs:SMALL_DELAY_MS (Results 1 - 1 of 1) sorted by relevance

/dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/
H A DJSR166TestCase.java41 * SHORT_DELAY_MS</tt>, <tt> SMALL_DELAY_MS</tt>, <tt> MEDIUM_DELAY_MS</tt>,
161 public static long SMALL_DELAY_MS; field in class:JSR166TestCase
183 SMALL_DELAY_MS = SHORT_DELAY_MS * 5;
428 Thread.sleep(SMALL_DELAY_MS);
439 Thread.sleep(SMALL_DELAY_MS);
449 Thread.sleep(SMALL_DELAY_MS);
461 Thread.sleep(SMALL_DELAY_MS);
525 Thread.sleep(SMALL_DELAY_MS);
565 Thread.sleep(SMALL_DELAY_MS);

Completed in 53 milliseconds