DeviceManager.FastbootDevice
public
static
class
DeviceManager.FastbootDevice
extends StubDevice
java.lang.Object | ||
↳ | com.android.tradefed.device.StubDevice | |
↳ | com.android.tradefed.device.DeviceManager.FastbootDevice |
表示裝置處於快速系統啟動模式 (Fastboot mode) 的裝置。
摘要
公用建構函式 | |
---|---|
FastbootDevice(String serial)
|
公用方法 | |
---|---|
boolean
|
isFastbootD()
|
void
|
setFastbootd(boolean isFastbootd)
|
公用建構函式
FastbootDevice
public FastbootDevice (String serial)
參數 | |
---|---|
serial |
String |
公用方法
isFastbootD
public boolean isFastbootD ()
傳回 | |
---|---|
boolean |
設定快速啟動
public void setFastbootd (boolean isFastbootd)
參數 | |
---|---|
isFastbootd |
boolean |