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) |
المنشئون العامة
FastbootDevice
public FastbootDevice (String serial)
المعلمات | |
---|---|
serial | String |
الطرق العامة
isFastbootD
public boolean isFastbootD ()
عائدات | |
---|---|
boolean |
setFastbootd
public void setFastbootd (boolean isFastbootd)
المعلمات | |
---|---|
isFastbootd | boolean |