Home
last modified time | relevance | path

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

/external/dagger2/javatests/dagger/functional/producers/subcomponent/
DSubcomponentsWithBoundExecutor.java60 private final AtomicInteger constructionCount; field in SubcomponentsWithBoundExecutor.ExecutorModule
63 ExecutorModule(AtomicInteger constructionCount, AtomicInteger executionCount) { in ExecutorModule() argument
64 this.constructionCount = constructionCount; in ExecutorModule()
71 constructionCount.incrementAndGet(); in executor()