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

/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DQueryController.java36 private final UiAutomatorBridge mUiAutomatorBridge; field in class:QueryController
57 mUiAutomatorBridge = bridge;
92 mUiAutomatorBridge.waitForIdle();
106 mUiAutomatorBridge.waitForIdle();
143 mUiAutomatorBridge.waitForIdle();
172 rootNode = mUiAutomatorBridge.getRootInActiveWindow();
483 return mUiAutomatorBridge.getRootInActiveWindow();
493 mUiAutomatorBridge.waitForIdle();
504 mUiAutomatorBridge.waitForIdle();
H A DInteractionController.java56 private final UiAutomatorBridge mUiAutomatorBridge; field in class:InteractionController
66 mUiAutomatorBridge = bridge;
159 return mUiAutomatorBridge.executeCommandAndWaitForAccessibilityEvent(command, filter,
294 SystemClock.sleep(mUiAutomatorBridge.getSystemLongPressTime());
452 SystemClock.sleep(mUiAutomatorBridge.getSystemLongPressTime());
570 mUiAutomatorBridge.setRotation(UiAutomation.ROTATION_FREEZE_270);
582 mUiAutomatorBridge.setRotation(UiAutomation.ROTATION_FREEZE_90);
594 mUiAutomatorBridge.setRotation(UiAutomation.ROTATION_FREEZE_0);
603 mUiAutomatorBridge.setRotation(UiAutomation.ROTATION_FREEZE_CURRENT);
612 mUiAutomatorBridge
[all...]

Completed in 52 milliseconds