HomeSort by relevance Sort by last modified time
    Searched refs:automationWrapper (Results 1 - 3 of 3) sorted by null

  /frameworks/testing/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
EventsCommand.java 53 UiAutomationShellWrapper automationWrapper = new UiAutomationShellWrapper();
54 automationWrapper.connect();
55 automationWrapper.getUiAutomation().setOnAccessibilityEventListener(
73 automationWrapper.disconnect();
DumpCommand.java 73 UiAutomationShellWrapper automationWrapper = new UiAutomationShellWrapper();
74 automationWrapper.connect();
77 automationWrapper.setCompressedLayoutHierarchy(false);
79 automationWrapper.setCompressedLayoutHierarchy(true);
86 UiAutomation uiAutomation = automationWrapper.getUiAutomation();
104 automationWrapper.disconnect();
  /frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
UiAutomatorTestRunner.java 117 UiAutomationShellWrapper automationWrapper = new UiAutomationShellWrapper();
118 automationWrapper.connect();
132 automationWrapper.setRunAsMonkey(mMonkey);
134 mUiDevice.initialize(new ShellUiAutomatorBridge(automationWrapper.getUiAutomation()));
168 automationWrapper.disconnect();
169 automationWrapper.setRunAsMonkey(false);

Completed in 350 milliseconds