|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IDevice.DeviceState | |
|---|---|
| com.android.ddmlib | |
| Uses of IDevice.DeviceState in com.android.ddmlib |
|---|
| Methods in com.android.ddmlib that return IDevice.DeviceState | |
|---|---|
IDevice.DeviceState |
IDevice.getState()
Returns the state of the device. |
static IDevice.DeviceState |
IDevice.DeviceState.getState(java.lang.String state)
Returns a IDevice.DeviceState from the string returned by adb devices. |
static IDevice.DeviceState |
IDevice.DeviceState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static IDevice.DeviceState[] |
IDevice.DeviceState.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||