Searched refs: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.java58 private final UiAutomatorBridge mUiAutomatorBridge; field in class:InteractionController
68 mUiAutomatorBridge = bridge;
161 return mUiAutomatorBridge.executeCommandAndWaitForAccessibilityEvent(command, filter,
296 SystemClock.sleep(mUiAutomatorBridge.getSystemLongPressTime());
454 SystemClock.sleep(mUiAutomatorBridge.getSystemLongPressTime());
572 mUiAutomatorBridge.setRotation(UiAutomation.ROTATION_FREEZE_270);
584 mUiAutomatorBridge.setRotation(UiAutomation.ROTATION_FREEZE_90);
596 mUiAutomatorBridge.setRotation(UiAutomation.ROTATION_FREEZE_0);
605 mUiAutomatorBridge.setRotation(UiAutomation.ROTATION_FREEZE_CURRENT);
614 mUiAutomatorBridge
[all...]

Completed in 2309 milliseconds