Searched defs:SHORT_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>,
160 public static long SHORT_DELAY_MS; field in class:JSR166TestCase
182 SHORT_DELAY_MS = getShortDelay();
183 SMALL_DELAY_MS = SHORT_DELAY_MS * 5;
184 MEDIUM_DELAY_MS = SHORT_DELAY_MS * 10;
185 LONG_DELAY_MS = SHORT_DELAY_MS * 50;
406 Thread.sleep(SHORT_DELAY_MS);
417 Thread.sleep(SHORT_DELAY_MS);

Completed in 63 milliseconds