Searched defs:ResourceCallback (Results 1 - 1 of 1) sorted by relevance

/frameworks/testing/espresso/idling-resource-interface/src/main/java/com/google/android/apps/common/testing/ui/espresso/
H A DIdlingResource.java43 * Registers the given {@link ResourceCallback} with the resource. Espresso will call this method:
45 * <li>with its implementation of {@link ResourceCallback} so it can be notified asynchronously
55 public void registerIdleTransitionCallback(ResourceCallback callback);
60 public interface ResourceCallback { interface in interface:IdlingResource

Completed in 266 milliseconds