NullDevice
public
class
NullDevice
extends StubDevice
java.lang.Object | ||
↳ | com.android.tradefed.device.StubDevice | |
↳ | com.android.tradefed.device.NullDevice |
DeviceManager
在 IDeviceSelection.nullDeviceRequested()
为 true
时用于分配的占位符 IDevice
摘要
字段 | |
---|---|
public
static
final
String |
TEMP_NULL_DEVICE_PREFIX
自动创建的 null 设备的命名模式 |
公共构造函数 | |
---|---|
NullDevice(String serial)
|
|
NullDevice(String serial, boolean isTemporary)
|
公共方法 | |
---|---|
final
boolean
|
isTemporary()
如果设备是专为调用而临时创建的,并且应在之后删除,则返回 true。 |
字段
TEMP_NULL_DEVICE_PREFIX
public static final String TEMP_NULL_DEVICE_PREFIX
自动创建的 null 设备的命名模式
公共构造函数
NullDevice
public NullDevice (String serial)
参数 | |
---|---|
serial |
String |
NullDevice
public NullDevice (String serial, boolean isTemporary)
参数 | |
---|---|
serial |
String |
isTemporary |
boolean |
公共方法
isTemporary
public final boolean isTemporary ()
如果设备是专为调用而临时创建的,并且应在之后删除,则返回 true。
返回 | |
---|---|
boolean |