Uses of Class
com.android.ddmlib.IDevice.DeviceState

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(String state)
          Returns a IDevice.DeviceState from the string returned by adb devices.
static IDevice.DeviceState IDevice.DeviceState.valueOf(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.
 



Copyright © 2008-2012. All Rights Reserved.