Home
last modified time | relevance | path

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

/camera/camera-testing/src/main/java/androidx/camera/testing/impl/fakes/
DFakeUseCase.java48 private final AtomicInteger mStateAttachedCount = new AtomicInteger(0); field in FakeUseCase
123 mStateAttachedCount.incrementAndGet(); in onStateAttached()
129 mStateAttachedCount.decrementAndGet(); in onStateDetached()
179 return mStateAttachedCount.get(); in getStateAttachedCount()