DeviceAllocationState
public
final
enum
DeviceAllocationState
extends Enum<DeviceAllocationState>
java.lang.Object | ||
↳ | java.lang.Enum<com.android.tradefed.device.DeviceAllocationState> | |
↳ | com.android.tradefed.device.DeviceAllocationState |
IDeviceManager の観点からデバイスの割り当て状態を表します。
概要
列挙値 | |
---|---|
DeviceAllocationState |
Allocated
デバイスがテストに現在割り当てられている |
DeviceAllocationState |
Available
テストに割り当てることができる |
DeviceAllocationState |
Checking_Availability
デバイスの応答性を確認しています |
DeviceAllocationState |
Ignored
デバイスがグローバル デバイス フィルタと一致しないため、この TF で無視されます |
DeviceAllocationState |
Unavailable
デバイスは adb 経由で表示されているが、テストを実行できないエラー状態になっている |
DeviceAllocationState |
Unknown
デバイスの初期状態 - 長期間ここに留めないこと |
パブリック メソッド | |
---|---|
DeviceAllocationState
|
handleDeviceEvent(DeviceEvent event)
|
static
DeviceAllocationState
|
valueOf(String name)
|
static
final
DeviceAllocationState[]
|
values()
|
列挙値
無視されました
public static final DeviceAllocationState Ignored
デバイスがグローバル デバイス フィルタと一致しないため、この TF で無視されます
使用不可
public static final DeviceAllocationState Unavailable
デバイスは adb 経由で表示されているが、テストを実行できないエラー状態になっている
パブリック メソッド
handleDeviceEvent
public DeviceAllocationState handleDeviceEvent (DeviceEvent event)
パラメータ | |
---|---|
event |
DeviceEvent |
戻り値 | |
---|---|
DeviceAllocationState |
valueOf
public static DeviceAllocationState valueOf (String name)
パラメータ | |
---|---|
name |
String |
戻り値 | |
---|---|
DeviceAllocationState |