FreeDeviceState
public
final
enum
FreeDeviceState
extends Enum<FreeDeviceState>
java.lang.Object | ||
↳ | java.lang.Enum<com.android.tradefed.device.FreeDeviceState> | |
↳ | com.android.tradefed.device.FreeDeviceState |
Summary
Enum values | |
---|---|
FreeDeviceState |
AVAILABLE
device is responsive, and can be returned to the available device queue |
FreeDeviceState |
IGNORE
Device should be ignored, and not returned to the available device queue. |
FreeDeviceState |
UNAVAILABLE
Device is not available for testing, and should not be returned to the available device queue. |
FreeDeviceState |
UNRESPONSIVE
Device is visible on adb, but is not responsive. |
Public methods | |
---|---|
static
FreeDeviceState
|
valueOf(String name)
|
static
final
FreeDeviceState[]
|
values()
|
Enum values
AVAILABLE
public static final FreeDeviceState AVAILABLE
device is responsive, and can be returned to the available device queue
IGNORE
public static final FreeDeviceState IGNORE
Device should be ignored, and not returned to the available device queue.
UNAVAILABLE
public static final FreeDeviceState UNAVAILABLE
Device is not available for testing, and should not be returned to the available device queue. Typically this means device is not visible via adb, but not necessarily.
UNRESPONSIVE
public static final FreeDeviceState UNRESPONSIVE
Device is visible on adb, but is not responsive. Depending on configuration this device may be returned to available queue.
Public methods
valueOf
public static FreeDeviceState valueOf (String name)
Parameters | |
---|---|
name |
String |
Returns | |
---|---|
FreeDeviceState |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2023-04-28 UTC.