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.
49 public class UiDevice { class
50 private static final String LOG_TAG = UiDevice.class.getSimpleName();
67 private static UiDevice sDevice;
69 private UiDevice() { method in class:UiDevice
90 throw new RuntimeException("UiDevice not initialized");
111 * Retrieves a singleton instance of UiDevice
113 * @return UiDevice instance
116 public static UiDevice getInstance() {
118 sDevice = new UiDevice();
[all...]

Completed in 85 milliseconds