Searched defs:mUiAutomationBridge (Results 1 - 2 of 2) sorted by relevance

/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
H A DUiObject.java59 private final UiAutomatorBridge mUiAutomationBridge; field in class:UiObject
68 mUiAutomationBridge = UiDevice.getInstance().getAutomatorBridge();
91 return mUiAutomationBridge.getQueryController();
101 return mUiAutomationBridge.getInteractionController();
H A DUiDevice.java73 private final UiAutomatorBridge mUiAutomationBridge; field in class:UiDevice
79 mUiAutomationBridge = new UiAutomatorBridge();
92 return mUiAutomationBridge;
160 return mUiAutomationBridge.getQueryController().getLastTraversedText();
170 mUiAutomationBridge.getQueryController().clearLastTraversedText();
181 return mUiAutomationBridge.getInteractionController().sendKeyAndWaitForEvent(
194 return mUiAutomationBridge.getInteractionController().sendKeyAndWaitForEvent(
207 return mUiAutomationBridge.getInteractionController().sendKeyAndWaitForEvent(
302 return mUiAutomationBridge.getInteractionController().sendKey(keyCode, 0);
317 return mUiAutomationBridge
[all...]

Completed in 63 milliseconds