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

/frameworks/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/base/
H A DAsyncTaskPoolMonitorTest.java49 monitor.notifyWhenIdle(new Runnable() {
75 monitor.notifyWhenIdle(new Runnable() {
115 monitor.notifyWhenIdle(new Runnable() {
151 monitor.notifyWhenIdle(new Runnable() {
/frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/base/
H A DAsyncTaskPoolMonitor.java80 void notifyWhenIdle(final Runnable idleCallback) { method in class:AsyncTaskPoolMonitor
H A DUiControllerImpl.java315 asyncTaskMonitor.notifyWhenIdle(new SignalingTask<Void>(NO_OP,
322 compatTaskMonitor.get().notifyWhenIdle(new SignalingTask<Void>(NO_OP,

Completed in 78 milliseconds