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

/frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/base/
H A DIdlingResourceRegistry.java53 private static final IdleNotificationCallback NO_OP_CALLBACK = new IdleNotificationCallback() { field in class:IdlingResourceRegistry
72 private IdleNotificationCallback idleNotificationCallback = NO_OP_CALLBACK;
149 checkState(idleNotificationCallback == NO_OP_CALLBACK, "Callback has already been registered.");
286 idleNotificationCallback = NO_OP_CALLBACK;

Completed in 65 milliseconds