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

/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiDevice.java41 * UiDevice provides access to state information about the device.
46 public class UiDevice { class
47 private static final String LOG_TAG = UiDevice.class.getSimpleName();
64 private static UiDevice sDevice;
66 private UiDevice() { method in class:UiDevice
87 throw new RuntimeException("UiDevice not initialized");
108 * Retrieves a singleton instance of UiDevice
110 * @return UiDevice instance
113 public static UiDevice getInstance() {
115 sDevice = new UiDevice();
[all...]

Completed in 443 milliseconds