Searched refs:mStateAttachedCount (Results 1 – 1 of 1) sorted by relevance
48 private final AtomicInteger mStateAttachedCount = new AtomicInteger(0); field in FakeUseCase123 mStateAttachedCount.incrementAndGet(); in onStateAttached()129 mStateAttachedCount.decrementAndGet(); in onStateDetached()179 return mStateAttachedCount.get(); in getStateAttachedCount()