HomeSort by relevance Sort by last modified time
    Searched full:automationwrapper (Results 1 - 5 of 5) 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/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()));
169 automationWrapper.disconnect();
170 automationWrapper.setRunAsMonkey(false);

Completed in 129 milliseconds