DeviceAllocationResult

public class DeviceAllocationResult
extends Object

java.lang.Object
   ↳ com.android.tradefed.command.DeviceAllocationResult


コマンドの割り当て試行の結果を表します。

概要

パブリック コンストラクタ

DeviceAllocationResult()

パブリック メソッド

void addAllocatedDevices( devices)

割り当て済みのデバイスを追加します。

void addAllocationFailureReason(String deviceConfigName, reasons)

各デバイス設定に割り当てられていない理由を追加します。

String formattedReason()
getAllocatedDevices()

割り当て済みデバイスのマップを返します。

boolean wasAllocationSuccessful()

割り当てが成功したかどうかを返します。

パブリック コンストラクタ

DeviceAllocationResult

public DeviceAllocationResult ()

パブリック メソッド

addAllocatedDevices

public void addAllocatedDevices ( devices)

割り当て済みのデバイスを追加します。

パラメータ
devices

addAllocationFailureReason

public void addAllocationFailureReason (String deviceConfigName, 
                 reasons)

各デバイス設定に割り当てられていない理由を追加します。

パラメータ
deviceConfigName String

reasons

formattedReason

public String formattedReason ()

戻り値
String

getAllocatedDevices

public  getAllocatedDevices ()

割り当て済みデバイスのマップを返します。

戻り値

wasAllocationSuccessful

public boolean wasAllocationSuccessful ()

割り当てが成功したかどうかを返します。

戻り値
boolean