设备分配结果
public
class
DeviceAllocationResult
extends Object
java.lang.Object 中 | |
↳ | com.android.tradefed.command.DeviceAllocationResult |
表示命令的分配尝试的结果。
摘要
公共构造函数 | |
---|---|
DeviceAllocationResult()
|
公共方法 | |
---|---|
void
|
addAllocatedDevices(
添加已分配的设备。 |
void
|
addAllocationFailureReason(String deviceConfigName,
针对每项设备配置添加未分配的原因。 |
String
|
formattedReason()
|
|
getAllocatedDevices()
返回已分配设备的映射 |
boolean
|
wasAllocationSuccessful()
返回分配是否成功。 |
公共构造函数
设备分配结果
public DeviceAllocationResult ()
公共方法
addAllocationsDevices
public void addAllocatedDevices (devices)
添加已分配的设备。
参数 | |
---|---|
devices |
|
addAllocationFailureReason
public void addAllocationFailureReason (String deviceConfigName,reasons)
针对每项设备配置添加未分配的原因。
参数 | |
---|---|
deviceConfigName |
String |
reasons |
|
formattedReason 属性
public String formattedReason ()
返回 | |
---|---|
String |
getAllocationsDevices
publicgetAllocatedDevices ()
返回已分配设备的映射
返回 | |
---|---|
|
wasAllocationSuccessful
public boolean wasAllocationSuccessful ()
返回分配是否成功。
返回 | |
---|---|
boolean |