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

1 2

  /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...]
AccessibilityActivityTestCase.java 54 AccessibilityServiceInfo info = getInstrumentation().getUiAutomation().getServiceInfo();
57 getInstrumentation().getUiAutomation().setServiceInfo(info);
70 getInstrumentation().getUiAutomation().waitForIdle(
88 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...]
AccessibilityWindowQueryTest.java 65 List<AccessibilityNodeInfo> buttons = getInstrumentation().getUiAutomation()
73 AccessibilityNodeInfo button = getInstrumentation().getUiAutomation()
81 verifyNodesInAppWindow(getInstrumentation().getUiAutomation().getRootInActiveWindow());
87 UiAutomation uiAutomation = getInstrumentation().getUiAutomation();
126 UiAutomation uiAutomation = getInstrumentation().getUiAutomation();
160 UiAutomation uiAutomation = getInstrumentation().getUiAutomation();
215 UiAutomation uiAutomation = getInstrumentation().getUiAutomation();
302 AccessibilityNodeInfo button = getInstrumentation().getUiAutomation()
311 button = getInstrumentation().getUiAutomation().getRootInActiveWindow()
319 AccessibilityNodeInfo button = getInstrumentation().getUiAutomation()
    [all...]
AccessibilityTextTraversalTest.java 55 final AccessibilityNodeInfo text = getInstrumentation().getUiAutomation()
69 AccessibilityEvent firstExpected = getInstrumentation().getUiAutomation()
99 AccessibilityEvent secondExpected = getInstrumentation().getUiAutomation()
129 AccessibilityEvent thirdExpected = getInstrumentation().getUiAutomation()
163 AccessibilityEvent fourthExpected = getInstrumentation().getUiAutomation()
193 AccessibilityEvent fifthExpected = getInstrumentation().getUiAutomation()
223 AccessibilityEvent sixthExpected = getInstrumentation().getUiAutomation()
270 final AccessibilityNodeInfo text = getInstrumentation().getUiAutomation()
284 AccessibilityEvent firstExpected = getInstrumentation().getUiAutomation()
314 AccessibilityEvent secondExpected = getInstrumentation().getUiAutomation()
    [all...]
AccessibilityEndToEndTest.java 76 getInstrumentation().getUiAutomation().executeAndWaitForEvent(
112 getInstrumentation().getUiAutomation().executeAndWaitForEvent(
148 getInstrumentation().getUiAutomation().executeAndWaitForEvent(
186 getInstrumentation().getUiAutomation().executeAndWaitForEvent(
215 getInstrumentation().getUiAutomation().executeAndWaitForEvent(
254 getInstrumentation().getUiAutomation().executeAndWaitForEvent(
289 getInstrumentation().getUiAutomation().executeAndWaitForEvent(
346 getInstrumentation().getUiAutomation().executeAndWaitForEvent(
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
ScreenCaptureDisabledTest.java 55 assertNotNull(getInstrumentation().getUiAutomation().takeScreenshot());
63 assertNull(getInstrumentation().getUiAutomation().takeScreenshot());
67 assertNotNull(getInstrumentation().getUiAutomation().takeScreenshot());
  /cts/tests/tests/media/src/android/media/cts/
Utils.java 52 instrumentation.getUiAutomation().executeShellCommand(cmd.toString());
64 ParcelFileDescriptor pfd = instrumentation.getUiAutomation().executeShellCommand(
RingtoneTest.java 68 getInstrumentation().getUiAutomation().executeShellCommand(cmd.toString());
  /frameworks/base/cmds/uiautomator/instrumentation/testrunner-src/com/android/uiautomator/testrunner/
UiAutomatorTestCase.java 85 getInstrumentation().getUiAutomation().setRunAsMonkey(Boolean.valueOf(monkeyVal));
90 getInstrumentation().getUiAutomation()));
  /external/droiddriver/src/io/appium/droiddriver/uiautomation/
UiAutomationContext.java 34 this.uiAutomation = instrumentation.getUiAutomation();
  /frameworks/base/cmds/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
EventsCommand.java 55 automationWrapper.getUiAutomation().setOnAccessibilityEventListener(
DumpCommand.java 86 UiAutomation uiAutomation = automationWrapper.getUiAutomation();
  /cts/tests/tests/uiautomation/src/android/app/uiautomation/cts/
UiAutomationTest.java 41 AccessibilityServiceInfo info = getInstrumentation().getUiAutomation().getServiceInfo();
43 getInstrumentation().getUiAutomation().setServiceInfo(info);
49 UiAutomation uiAutomation = getInstrumentation().getUiAutomation();
107 UiAutomation uiAutomation = getInstrumentation().getUiAutomation();
157 UiAutomation uiAutomation = getInstrumentation().getUiAutomation();
213 UiAutomation uiAutomation = getInstrumentation().getUiAutomation();
  /cts/libs/deviceutil/src/android/cts/util/
SystemUtil.java 60 ParcelFileDescriptor pfd = instrumentation.getUiAutomation().executeShellCommand(cmd);
  /cts/tests/tests/calllog/src/android/calllog/cts/
TestUtils.java 60 instrumentation.getUiAutomation().executeShellCommand(command);
  /cts/tests/tests/telephony2/src/android/telephony2/cts/
PhoneNumberTest.java 38 ParcelFileDescriptor pfd = getInstrumentation().getUiAutomation()
  /external/droiddriver/src/io/appium/droiddriver/helpers/
DroidDrivers.java 98 if (InstrumentationUtils.getInstrumentation().getUiAutomation() == null) {
  /platform_testing/tests/perf/PerformanceAppTest/src/com/android/performanceapp/tests/
AppLaunchTests.java 120 getInstrumentation().getUiAutomation()
137 getInstrumentation().getUiAutomation().executeShellCommand(ATRACE_DUMP);
158 getInstrumentation().getUiAutomation().executeShellCommand(ATRACE_STOP));
164 getInstrumentation().getUiAutomation().executeShellCommand(
  /frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/core/
UiAutomationShellWrapper.java 70 public UiAutomation getUiAutomation() {
  /cts/tests/tests/accessibility/src/android/view/accessibility/cts/
CaptioningManagerTest.java 47 mUiAutomation = getInstrumentation().getUiAutomation();
  /cts/tests/tests/telecom/src/android/telecom/cts/
TestUtils.java 107 instrumentation.getUiAutomation().executeShellCommand(command);
  /cts/tests/tests/provider/src/android/provider/cts/
Settings_SystemTest.java 68 getInstrumentation().getUiAutomation().executeShellCommand(cmd.toString());
78 ParcelFileDescriptor pfd = getInstrumentation().getUiAutomation().executeShellCommand(
  /frameworks/base/tests/Compatibility/src/com/android/compatibilitytest/
AppCompatibility.java 86 getInstrumentation().getUiAutomation().setRotation(UiAutomation.ROTATION_FREEZE_0);
91 getInstrumentation().getUiAutomation().setRotation(UiAutomation.ROTATION_UNFREEZE);
  /cts/tests/tests/display/src/android/display/cts/
DisplayTest.java 80 getInstrumentation().getUiAutomation().executeShellCommand(cmd.toString());
90 ParcelFileDescriptor pfd = getInstrumentation().getUiAutomation().executeShellCommand(

Completed in 4683 milliseconds

1 2