Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DInterruptionUtil.java40 private final long everyMillis; field in InterruptionUtil.Interruptenator
44 Interruptenator(Thread interruptee, long everyMillis) { in Interruptenator() argument
45 this.everyMillis = everyMillis; in Interruptenator()
53 Thread.sleep(everyMillis); in run()
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DInterruptionUtil.java40 private final long everyMillis; field in InterruptionUtil.Interruptenator
44 Interruptenator(Thread interruptee, long everyMillis) { in Interruptenator() argument
45 this.everyMillis = everyMillis; in Interruptenator()
53 Thread.sleep(everyMillis); in run()