HomeSort by relevance Sort by last modified time
    Searched defs:UiAutomation (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/app/
UiAutomation.java 49 * 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 {
70 private static final String LOG_TAG = UiAutomation.class.getSimpleName();
161 public UiAutomation(Looper looper, IUiAutomationConnection connection) {
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", re)
    [all...]
  /prebuilts/sdk/18/
android.jar 

Completed in 38 milliseconds