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

/frameworks/base/core/java/android/app/
H A DUiAutomation.java65 * interaction with keyboards and touch devices. One can think of a UiAutomation
71 * developing UI test automation tools and libraries. Generally, a UiAutomation
84 public final class UiAutomation { class
86 private static final String LOG_TAG = UiAutomation.class.getSimpleName();
113 * UiAutomation supresses accessibility services by default. This flag specifies that
115 * This flag is set when obtaining the UiAutomation from
193 public UiAutomation(Looper looper, IUiAutomationConnection connection) { method in class:UiAutomation
205 * Connects this UiAutomation to the accessibility introspection APIs with default flags.
214 * Connects this UiAutomation to the accessibility introspection APIs.
227 mRemoteCallbackThread = new HandlerThread("UiAutomation");
[all...]

Completed in 44 milliseconds