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

/frameworks/base/core/java/android/app/
H A DUiAutomation.java58 * interaction with keyboards and touch devices. One can think of a UiAutomation
64 * developing UI test automation tools and libraries. Generally, a UiAutomation
77 public final class UiAutomation { class
79 private static final String LOG_TAG = UiAutomation.class.getSimpleName();
170 public UiAutomation(Looper looper, IUiAutomationConnection connection) { method in class:UiAutomation
182 * Connects this UiAutomation to the accessibility introspection APIs.
199 throw new RuntimeException("Error while connecting UiAutomation", re);
212 throw new RuntimeException("Error while connecting UiAutomation");
227 * Disconnects this UiAutomation from the accessibility introspection APIs.
244 throw new RuntimeException("Error while disconnecting UiAutomation", r
[all...]

Completed in 177 milliseconds