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

/frameworks/base/core/java/android/app/
H A DUiAutomation.java61 * interaction with keyboards and touch devices. One can think of a UiAutomation
67 * developing UI test automation tools and libraries. Generally, a UiAutomation
80 public final class UiAutomation { class
82 private static final String LOG_TAG = UiAutomation.class.getSimpleName();
109 * UiAutomation supresses accessibility services by default. This flag specifies that
111 * This flag is set when obtaining the UiAutomation from
185 public UiAutomation(Looper looper, IUiAutomationConnection connection) { method in class:UiAutomation
197 * Connects this UiAutomation to the accessibility introspection APIs with default flags.
206 * Connects this UiAutomation to the accessibility introspection APIs.
226 throw new RuntimeException("Error while connecting UiAutomation", r
[all...]

Completed in 59 milliseconds