Searched refs:UiWatcher (Results 1 - 3 of 3) sorted by path

/frameworks/base/docs/html/tools/
H A Dtools_toc.cs185 <li><a href="<?cs var:toroot ?>tools/help/uiautomator/UiWatcher.html"><span class="en">UiWatcher</span></a></li>
/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
H A DUiDevice.java66 private final HashMap<String, UiWatcher> mWatchers = new HashMap<String, UiWatcher>();
69 // remember if we're executing in the context of a UiWatcher
460 * Registers a {@link UiWatcher} to run automatically when the testing framework is unable to
463 * @param name to register the UiWatcher
464 * @param watcher {@link UiWatcher}
467 public void registerWatcher(String name, UiWatcher watcher) {
476 * Removes a previously registered {@link UiWatcher}.
478 * See {@link #registerWatcher(String, UiWatcher)}
479 * @param name used to register the UiWatcher
[all...]
H A DUiWatcher.java19 * See {@link UiDevice#registerWatcher(String, UiWatcher)} on how to register a
26 public interface UiWatcher { interface

Completed in 136 milliseconds