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

/frameworks/base/core/java/android/app/
H A DUiAutomation.java49 * interaction with keyboards and touch devices. One can think of a UiAutomation
55 * developing UI test automation tools and libraries. Generally, a UiAutomation
68 public final class UiAutomation { class
70 private static final String LOG_TAG = UiAutomation.class.getSimpleName();
161 public UiAutomation(Looper looper, IUiAutomationConnection connection) { method in class:UiAutomation
173 * Connects this UiAutomation to the accessibility introspection APIs.
190 throw new RuntimeException("Error while connecting UiAutomation", re);
203 throw new RuntimeException("Error while connecting UiAutomation");
218 * Disconnects this UiAutomation from the accessibility introspection APIs.
235 throw new RuntimeException("Error while disconnecting UiAutomation", r
[all...]

Completed in 309 milliseconds