Home
last modified time | relevance | path

Searched refs:SHORT_DELAY_MS (Results 1 – 2 of 2) sorted by relevance

/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DJSR166TestCase.java238 public static long SHORT_DELAY_MS; field in JSR166TestCase
252 SHORT_DELAY_MS = getShortDelay(); in setDelays()
253 SMALL_DELAY_MS = SHORT_DELAY_MS * 5; in setDelays()
254 MEDIUM_DELAY_MS = SHORT_DELAY_MS * 10; in setDelays()
255 LONG_DELAY_MS = SHORT_DELAY_MS * 200; in setDelays()
263 return SHORT_DELAY_MS / 4; in timeoutMillis()
903 delay(SHORT_DELAY_MS);
909 delay(SHORT_DELAY_MS);
1010 delay(SHORT_DELAY_MS);
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DJSR166TestCase.java239 public static long SHORT_DELAY_MS; field in JSR166TestCase
253 SHORT_DELAY_MS = getShortDelay(); in setDelays()
254 SMALL_DELAY_MS = SHORT_DELAY_MS * 5; in setDelays()
255 MEDIUM_DELAY_MS = SHORT_DELAY_MS * 10; in setDelays()
256 LONG_DELAY_MS = SHORT_DELAY_MS * 200; in setDelays()
264 return SHORT_DELAY_MS / 4; in timeoutMillis()
924 delay(SHORT_DELAY_MS);
931 delay(SHORT_DELAY_MS);
1044 delay(SHORT_DELAY_MS);