Searched defs:mUiAutomationBridge (Results 1 - 2 of 2) sorted by last modified time

/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
H A DUiDevice.java71 private final UiAutomatorBridge mUiAutomationBridge; field in class:UiDevice
77 mUiAutomationBridge = new UiAutomatorBridge();
90 return mUiAutomationBridge;
154 return mUiAutomationBridge.getQueryController().getLastTraversedText();
162 mUiAutomationBridge.getQueryController().clearLastTraversedText();
171 return mUiAutomationBridge.getInteractionController().sendKeyAndWaitForEvent(
182 return mUiAutomationBridge.getInteractionController().sendKeyAndWaitForEvent(
193 return mUiAutomationBridge.getInteractionController().sendKeyAndWaitForEvent(
270 return mUiAutomationBridge.getInteractionController().sendKey(keyCode, 0);
283 return mUiAutomationBridge
[all...]
H A DUiObject.java43 private final UiAutomatorBridge mUiAutomationBridge; field in class:UiObject
52 mUiAutomationBridge = UiDevice.getInstance().getAutomatorBridge();
73 return mUiAutomationBridge.getQueryController();
83 return mUiAutomationBridge.getInteractionController();

Completed in 47 milliseconds