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 Allocated

デバイスがテストに現在割り当てられている

利用可能

public static final DeviceAllocationState Available

テストに割り当てることができる

利用可否の確認

public static final DeviceAllocationState Checking_Availability

デバイスの応答性を確認しています

無視されました

public static final DeviceAllocationState Ignored

デバイスがグローバル デバイス フィルタと一致しないため、この TF で無視されます

使用不可

public static final DeviceAllocationState Unavailable

デバイスは adb 経由で表示されているが、テストを実行できないエラー状態になっている

不明

public static final DeviceAllocationState Unknown

デバイスの初期状態 - 長期間ここに置くべきではない

パブリック メソッド

handleDeviceEvent

public DeviceAllocationState handleDeviceEvent (DeviceEvent event)

パラメータ
event DeviceEvent

戻り値
DeviceAllocationState

valueOf

public static DeviceAllocationState valueOf (String name)

パラメータ
name String

戻り値
DeviceAllocationState

values

public static final DeviceAllocationState[] values ()

戻り値
DeviceAllocationState[]