Home
last modified time | relevance | path

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

/external/dagger2/javatests/dagger/functional/producers/subcomponent/
DSubcomponentsWithBoundExecutor.java44 static final class CountingExecutor implements Executor { class in SubcomponentsWithBoundExecutor
47 CountingExecutor(AtomicInteger executionCount) { in CountingExecutor() method in SubcomponentsWithBoundExecutor.CountingExecutor
72 return new CountingExecutor(executionCount); in executor()