DeviceManager.FastbootDevice
public static class DeviceManager.FastbootDevice
extends StubDevice
java.lang.Object | ||
↳ | com.android.tradefed.device.StubDevice | |
↳ | com.android.tradefed.device.DeviceManager.FastbootDevice |
Fastboot 模式下设备的表示。
概括
公共构造函数 | |
---|---|
FastbootDevice (String serial) |
公共方法 | |
---|---|
boolean | isFastbootD () |
void | setFastbootd (boolean isFastbootd) |
公共构造函数
Fastboot设备
public FastbootDevice (String serial)
参数 | |
---|---|
serial | String |
公共方法
isFastbootD
public boolean isFastbootD ()
退货 | |
---|---|
boolean |
设置Fastbootd
public void setFastbootd (boolean isFastbootd)
参数 | |
---|---|
isFastbootd | boolean |