OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getUiAutomation
(Results
1 - 19
of
19
) 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(
/external/droiddriver/src/com/google/android/droiddriver/
DroidDriverBuilder.java
68
instrumentation.
getUiAutomation
();
79
if (instrumentation.
getUiAutomation
() == null) {
/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
();
/external/droiddriver/src/com/google/android/droiddriver/uiautomation/
UiAutomationContext.java
62
public UiAutomation
getUiAutomation
() {
UiAutomationDriver.java
46
this.uiAutomation = instrumentation.
getUiAutomation
();
UiAutomationElement.java
54
this.uiAutomation = context.
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
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/current/
android.jar
Completed in 176 milliseconds