Searched refs:callUiAutomation (Results 1 – 5 of 5) sorted by relevance
84 context.callUiAutomation(new UiAutomationCallable<Void>() { in getRootNode()99 context.callUiAutomation(new UiAutomationCallable<AccessibilityNodeInfo>() { in getRootNode()
36 return context.callUiAutomation(new UiAutomationCallable<Boolean>() { in injectInputEvent()
51 public <T> T callUiAutomation(UiAutomationCallable<T> uiAutomationCallable) { in callUiAutomation() method in UiAutomationContext
40 return context.callUiAutomation(new UiAutomationCallable<Bitmap>() { in takeScreenshot()
186 context.callUiAutomation(new UiAutomationCallable<Void>() { in doPerformAndWait()