Searched refs:CountingObserver (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/work/workmanager/src/androidTest/java/androidx/work/impl/utils/
H A DLiveDataUtilsTest.java65 CountingObserver<String> observer = new CountingObserver<>();
102 CountingObserver<String> observer = new CountingObserver<>();
121 private static class CountingObserver<T> implements Observer<T> { class in class:LiveDataUtilsTest

Completed in 65 milliseconds