OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:callUiAutomation
(Results
1 - 3
of
3
) sorted by null
/external/droiddriver/src/io/appium/droiddriver/uiautomation/
UiAutomationContext.java
51
public <T> T
callUiAutomation
(UiAutomationCallable<T> uiAutomationCallable) {
UiAutomationDriver.java
84
context.
callUiAutomation
(new UiAutomationCallable<Void>() {
99
context.
callUiAutomation
(new UiAutomationCallable<AccessibilityNodeInfo>() {
UiAutomationElement.java
186
context.
callUiAutomation
(new UiAutomationCallable<Void>() {
Completed in 3406 milliseconds