ITestDeviceMutator
public
interface
ITestDeviceMutator
com.android.tradefed.device.ITestDeviceMutator |
An interface allowing manipulation of the IManagedTestDevice
.
Note that IManagedTestDevice
is not public, ITestDevice
is cast to
IManagedTestDevice
.
This is a rather dangerous manipulation and not recommended if you have no need for this.
Summary
Public methods | |
---|---|
abstract
void
|
setFastbootEnabled(ITestDevice testDevice, boolean fastbootEnabled)
Sets if Fastboot is enabled or not for a given |
abstract
void
|
setIDevice(ITestDevice testDevice, IDevice device)
Changes the |
Public methods
setFastbootEnabled
public abstract void setFastbootEnabled (ITestDevice testDevice, boolean fastbootEnabled)
Sets if Fastboot is enabled or not for a given ITestDevice
.
setIDevice
public abstract void setIDevice (ITestDevice testDevice, IDevice device)
Changes the IDevice
held by ITestDevice