Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DTimerTest.java1122 private final int incrementAmount; field in TimerTest.IncrementCounterTaskAndPossiblyThrowAfter
1127 AtomicLong counter, int incrementAmount, boolean willThrow) { in IncrementCounterTaskAndPossiblyThrowAfter() argument
1129 this.incrementAmount = incrementAmount; in IncrementCounterTaskAndPossiblyThrowAfter()
1135 counter.addAndGet(incrementAmount); in run()