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

1 2 3 4 5

  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityGlobalActionsTest.java 43 assertTrue(getInstrumentation().getUiAutomation().performGlobalAction(
52 assertTrue(getInstrumentation().getUiAutomation().performGlobalAction(
63 getInstrumentation().getUiAutomation().performGlobalAction(
75 getInstrumentation().getUiAutomation().performGlobalAction(
86 assertTrue(getInstrumentation().getUiAutomation().performGlobalAction(
93 assertTrue(getInstrumentation().getUiAutomation().performGlobalAction(
103 assertTrue(getInstrumentation().getUiAutomation().performGlobalAction(
113 getInstrumentation().getUiAutomation().performGlobalAction(
123 assertTrue(getInstrumentation().getUiAutomation().performGlobalAction(
130 getInstrumentation().getUiAutomation().performGlobalAction
    [all...]
AccessibilityActivityTestCase.java 57 AccessibilityServiceInfo info = getInstrumentation().getUiAutomation().getServiceInfo();
61 getInstrumentation().getUiAutomation().setServiceInfo(info);
74 getInstrumentation().getUiAutomation().waitForIdle(
92 getInstrumentation().getUiAutomation().executeAndWaitForEvent(
103 List<AccessibilityWindowInfo> windows = getInstrumentation().getUiAutomation()
AccessibilityFocusAndInputFocusSyncTest.java 49 final AccessibilityNodeInfo expected = getInstrumentation().getUiAutomation()
56 getInstrumentation().getUiAutomation().executeAndWaitForEvent(new Runnable() {
70 AccessibilityNodeInfo received = getInstrumentation().getUiAutomation()
82 AccessibilityNodeInfo focused = getInstrumentation().getUiAutomation()
90 final AccessibilityNodeInfo rootLinearLayout = getInstrumentation().getUiAutomation()
96 getInstrumentation().getUiAutomation().executeAndWaitForEvent(new Runnable() {
119 final AccessibilityNodeInfo rootLinearLayout = getInstrumentation().getUiAutomation()
124 getInstrumentation().getUiAutomation().executeAndWaitForEvent(new Runnable() {
143 getInstrumentation().getUiAutomation().executeAndWaitForEvent(new Runnable() {
167 final AccessibilityNodeInfo firstEditText = getInstrumentation().getUiAutomation()
    [all...]
AccessibilityWindowQueryTest.java 90 final AccessibilityNodeInfo addedContent = getInstrumentation().getUiAutomation()
103 AccessibilityNodeInfo button = getInstrumentation().getUiAutomation()
111 verifyNodesInAppWindow(getInstrumentation().getUiAutomation().getRootInActiveWindow());
117 AccessibilityServiceInfo info = getInstrumentation().getUiAutomation().getServiceInfo();
119 getInstrumentation().getUiAutomation().setServiceInfo(info);
122 UiAutomation uiAutomation = getInstrumentation().getUiAutomation();
161 UiAutomation uiAutomation = getInstrumentation().getUiAutomation();
195 UiAutomation uiAutomation = getInstrumentation().getUiAutomation();
250 UiAutomation uiAutomation = getInstrumentation().getUiAutomation();
337 AccessibilityNodeInfo button = getInstrumentation().getUiAutomation()
    [all...]
AccessibilityViewTreeReportingTest.java 45 UiAutomation uiAutomation = getUiAutomation(false);
66 UiAutomation uiAutomation = getUiAutomation(false);
87 UiAutomation uiAutomation = getUiAutomation(false);
121 UiAutomation uiAutomation = getUiAutomation(false);
138 UiAutomation uiAutomation = getUiAutomation(true);
159 UiAutomation uiAutomation = getUiAutomation(true);
195 UiAutomation uiAutomation = getUiAutomation(true);
214 UiAutomation uiAutomation = getUiAutomation(false);
227 UiAutomation uiAutomation = getUiAutomation(false);
241 assertEquals(0, getUiAutomation(false).getRootInActiveWindow().getDrawingOrder())
    [all...]
AccessibilityTextTraversalTest.java 58 final AccessibilityNodeInfo text = getInstrumentation().getUiAutomation()
72 AccessibilityEvent firstExpected = getInstrumentation().getUiAutomation()
102 AccessibilityEvent secondExpected = getInstrumentation().getUiAutomation()
132 AccessibilityEvent thirdExpected = getInstrumentation().getUiAutomation()
166 AccessibilityEvent fourthExpected = getInstrumentation().getUiAutomation()
196 AccessibilityEvent fifthExpected = getInstrumentation().getUiAutomation()
226 AccessibilityEvent sixthExpected = getInstrumentation().getUiAutomation()
273 final AccessibilityNodeInfo text = getInstrumentation().getUiAutomation()
287 AccessibilityEvent firstExpected = getInstrumentation().getUiAutomation()
317 AccessibilityEvent secondExpected = getInstrumentation().getUiAutomation()
    [all...]
AccessibilityEndToEndTest.java 79 getInstrumentation().getUiAutomation().executeAndWaitForEvent(
115 getInstrumentation().getUiAutomation().executeAndWaitForEvent(
151 getInstrumentation().getUiAutomation().executeAndWaitForEvent(
189 getInstrumentation().getUiAutomation().executeAndWaitForEvent(
218 getInstrumentation().getUiAutomation().executeAndWaitForEvent(
257 getInstrumentation().getUiAutomation().executeAndWaitForEvent(
292 getInstrumentation().getUiAutomation().executeAndWaitForEvent(
372 getInstrumentation().getUiAutomation().executeAndWaitForEvent(
405 .getUiAutomation(UiAutomation.FLAG_DONT_SUPPRESS_ACCESSIBILITY_SERVICES);
ShellCommandBuilder.java 45 final UiAutomation automation = mInstrumentation.getUiAutomation(
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
ScreenCaptureDisabledTest.java 53 if (getInstrumentation().getUiAutomation().takeScreenshot() == null) {
57 assertNull(getInstrumentation().getUiAutomation().takeScreenshot());
64 if (getInstrumentation().getUiAutomation().takeScreenshot() != null) {
68 assertNotNull(getInstrumentation().getUiAutomation().takeScreenshot());
  /cts/tests/tests/app/src/android/app/cts/
ApplyOverrideConfigurationTest.java 38 getInstrumentation().getUiAutomation().setRotation(UiAutomation.ROTATION_FREEZE_0);
43 getInstrumentation().getUiAutomation().setRotation(UiAutomation.ROTATION_UNFREEZE);
57 getInstrumentation().getUiAutomation().setRotation(UiAutomation.ROTATION_FREEZE_90);
  /cts/tests/tests/uiautomation/src/android/app/uiautomation/cts/
UiAutomationTest.java 57 UiAutomation uiAutomation = getInstrumentation().getUiAutomation();
67 UiAutomation uiAutomation = getInstrumentation().getUiAutomation();
125 UiAutomation uiAutomation = getInstrumentation().getUiAutomation();
176 UiAutomation uiAutomation = getInstrumentation().getUiAutomation();
240 UiAutomation uiAutomation = getInstrumentation().getUiAutomation();
269 UiAutomation uiAutomation = getInstrumentation().getUiAutomation();
283 .getUiAutomation(UiAutomation.FLAG_DONT_SUPPRESS_ACCESSIBILITY_SERVICES);
295 .getUiAutomation(UiAutomation.FLAG_DONT_SUPPRESS_ACCESSIBILITY_SERVICES);
300 getInstrumentation().getUiAutomation(); // Should suppress
312 .getUiAutomation(UiAutomation.FLAG_DONT_SUPPRESS_ACCESSIBILITY_SERVICES)
    [all...]
  /frameworks/base/cmds/uiautomator/instrumentation/testrunner-src/com/android/uiautomator/testrunner/
UiAutomatorTestCase.java 88 getInstrumentation().getUiAutomation().setRunAsMonkey(Boolean.valueOf(monkeyVal));
93 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/view/src/android/view/cts/
PanicPressBackTest.java 65 .getUiAutomation();
96 .getUiAutomation();
LongPressBackTest.java 63 .getUiAutomation();
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
SystemUtil.java 58 ParcelFileDescriptor pfd = instrumentation.getUiAutomation().executeShellCommand(cmd);
  /cts/tests/tests/telephony2/src/android/telephony2/cts/
PhoneNumberTest.java 40 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 148 getInstrumentation().getUiAutomation()
175 getInstrumentation().getUiAutomation().executeShellCommand(ATRACE_DUMP);
196 getInstrumentation().getUiAutomation().executeShellCommand(ATRACE_STOP));
202 getInstrumentation().getUiAutomation().executeShellCommand(
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStoreUiTest.java 169 getInstrumentation().getUiAutomation().executeShellCommand("pm grant "
171 getInstrumentation().getUiAutomation().executeShellCommand("pm grant "
173 getInstrumentation().getUiAutomation().executeShellCommand("pm grant "
175 getInstrumentation().getUiAutomation().executeShellCommand("pm grant "
177 getInstrumentation().getUiAutomation().executeShellCommand("pm grant "
179 getInstrumentation().getUiAutomation().executeShellCommand("pm grant "
  /cts/tests/accessibility/src/android/view/accessibility/cts/
ServiceControlUtils.java 55 UiAutomation uiAutomation = instrumentation.getUiAutomation();
120 UiAutomation uiAutomation = instrumentation.getUiAutomation();
  /cts/tests/tests/toast/src/android/widget/toast/cts/
BaseToastTest.java 45 mUiAutomation = mInstrumentation.getUiAutomation();
  /frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/core/
UiAutomationShellWrapper.java 69 public UiAutomation getUiAutomation() {

Completed in 319 milliseconds

1 2 3 4 5