Searched refs:ShellUiAutomatorBridge (Results 1 - 2 of 2) sorted by relevance

/frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/core/
H A DShellUiAutomatorBridge.java41 public class ShellUiAutomatorBridge extends UiAutomatorBridge { class in inherits:UiAutomatorBridge
43 private static final String LOG_TAG = ShellUiAutomatorBridge.class.getSimpleName();
45 public ShellUiAutomatorBridge(UiAutomation uiAutomation) { method in class:ShellUiAutomatorBridge
/frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
H A DUiAutomatorTestRunner.java31 import com.android.uiautomator.core.ShellUiAutomatorBridge;
134 mUiDevice.initialize(new ShellUiAutomatorBridge(automationWrapper.getUiAutomation()));

Completed in 377 milliseconds