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

  /cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityViewTreeReportingTest.java 36 AccessibilityNodeInfo firstFrameLayout = getInstrumentation().getUiAutomation()
43 AccessibilityNodeInfo firstTextView = getInstrumentation().getUiAutomation()
49 AccessibilityNodeInfo firstEditText = getInstrumentation().getUiAutomation()
55 AccessibilityNodeInfo firstButton = getInstrumentation().getUiAutomation()
63 AccessibilityNodeInfo secondFrameLayout = getInstrumentation().getUiAutomation()
70 AccessibilityNodeInfo secondTextView = getInstrumentation().getUiAutomation()
76 AccessibilityNodeInfo secondEditText = getInstrumentation().getUiAutomation()
82 AccessibilityNodeInfo secondButton = getInstrumentation().getUiAutomation()
90 AccessibilityNodeInfo rootLinearLayout = getInstrumentation().getUiAutomation()
97 AccessibilityNodeInfo firstFrameLayout = getInstrumentation().getUiAutomation()
    [all...]
AccessibilityWindowQueryTest.java 57 List<AccessibilityNodeInfo> buttons = getInstrumentation().getUiAutomation()
65 AccessibilityNodeInfo button = getInstrumentation().getUiAutomation()
74 AccessibilityServiceInfo info = getInstrumentation().getUiAutomation().getServiceInfo();
76 getInstrumentation().getUiAutomation().setServiceInfo(info);
98 fringe.add(getInstrumentation().getUiAutomation().getRootInActiveWindow());
119 AccessibilityServiceInfo info = getInstrumentation().getUiAutomation().getServiceInfo();
121 getInstrumentation().getUiAutomation().setServiceInfo(info);
128 AccessibilityNodeInfo button = getInstrumentation().getUiAutomation()
137 button = getInstrumentation().getUiAutomation().getRootInActiveWindow()
145 AccessibilityNodeInfo button = getInstrumentation().getUiAutomation()
    [all...]
AccessibilityActivityTestCase.java 53 AccessibilityServiceInfo info = getInstrumentation().getUiAutomation().getServiceInfo();
56 getInstrumentation().getUiAutomation().setServiceInfo(info);
58 getInstrumentation().getUiAutomation().waitForIdle(
78 getInstrumentation().getUiAutomation().executeAndWaitForEvent(
AccessibilityFocusAndInputFocusSyncTest.java 46 final AccessibilityNodeInfo expected = getInstrumentation().getUiAutomation()
53 getInstrumentation().getUiAutomation().executeAndWaitForEvent(new Runnable() {
67 AccessibilityNodeInfo received = getInstrumentation().getUiAutomation()
79 AccessibilityNodeInfo focused = getInstrumentation().getUiAutomation()
87 final AccessibilityNodeInfo rootLinearLayout = getInstrumentation().getUiAutomation()
93 getInstrumentation().getUiAutomation().executeAndWaitForEvent(new Runnable() {
116 final AccessibilityNodeInfo rootLinearLayout = getInstrumentation().getUiAutomation()
121 getInstrumentation().getUiAutomation().executeAndWaitForEvent(new Runnable() {
140 getInstrumentation().getUiAutomation().executeAndWaitForEvent(new Runnable() {
164 final AccessibilityNodeInfo firstEditText = getInstrumentation().getUiAutomation()
    [all...]
AccessibilityTextTraversalTest.java 53 final AccessibilityNodeInfo text = getInstrumentation().getUiAutomation()
67 AccessibilityEvent firstExpected = getInstrumentation().getUiAutomation()
97 AccessibilityEvent secondExpected = getInstrumentation().getUiAutomation()
127 AccessibilityEvent thirdExpected = getInstrumentation().getUiAutomation()
161 AccessibilityEvent fourthExpected = getInstrumentation().getUiAutomation()
191 AccessibilityEvent fifthExpected = getInstrumentation().getUiAutomation()
221 AccessibilityEvent sixthExpected = getInstrumentation().getUiAutomation()
267 final AccessibilityNodeInfo text = getInstrumentation().getUiAutomation()
281 AccessibilityEvent firstExpected = getInstrumentation().getUiAutomation()
311 AccessibilityEvent secondExpected = getInstrumentation().getUiAutomation()
    [all...]
AccessibilityEndToEndTest.java 74 getInstrumentation().getUiAutomation().executeAndWaitForEvent(
110 getInstrumentation().getUiAutomation().executeAndWaitForEvent(
146 getInstrumentation().getUiAutomation().executeAndWaitForEvent(
184 getInstrumentation().getUiAutomation().executeAndWaitForEvent(
213 getInstrumentation().getUiAutomation().executeAndWaitForEvent(
252 getInstrumentation().getUiAutomation().executeAndWaitForEvent(
287 getInstrumentation().getUiAutomation().executeAndWaitForEvent(
334 getInstrumentation().getUiAutomation().executeAndWaitForEvent(
  /frameworks/testing/uiautomator/instrumentation/testrunner-src/com/android/uiautomator/testrunner/
UiAutomatorTestCase.java 85 getInstrumentation().getUiAutomation().setRunAsMonkey(Boolean.valueOf(monkeyVal));
90 getInstrumentation().getUiAutomation()));
  /frameworks/testing/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
EventsCommand.java 55 automationWrapper.getUiAutomation().setOnAccessibilityEventListener(
DumpCommand.java 86 UiAutomation uiAutomation = automationWrapper.getUiAutomation();
  /frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/core/
UiAutomationShellWrapper.java 70 public UiAutomation getUiAutomation() {
  /frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
UiAutomatorTestRunner.java 134 mUiDevice.initialize(new ShellUiAutomatorBridge(automationWrapper.getUiAutomation()));
  /frameworks/base/core/java/android/app/
Instrumentation.java     [all...]
  /prebuilts/sdk/18/
android.jar 

Completed in 136 milliseconds