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

/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/devices/
H A DDevice.java28 * {@link Builder} class to construct a Device object, or the
32 public final class Device { class
47 * Returns the name of the {@link Device}.
49 * @return The name of the {@link Device}.
56 * Returns the manufacturer of the {@link Device}.
58 * @return The name of the manufacturer of the {@link Device}.
65 * Returns all of the {@link Software} configurations of the {@link Device}.
74 * Returns all of the {@link State}s the {@link Device} can be in.
97 * @return The {@link Meta} object for the {@link Device}.
104 * Returns the default {@link State} of the {@link Device}
248 protected Device(Builder b) { method in class:Device
[all...]
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
H A DDevice.java34 * A Device. It can be a physical device or an emulator.
36 final class Device implements IDevice { class in inherits:IDevice
56 /** Device properties. */
63 private static final String LOG_TAG = "Device";
530 Device(DeviceMonitor monitor, String serialNumber, DeviceState deviceState) { method in class:Device

Completed in 57 milliseconds