TestDeviceMutator
public
class
TestDeviceMutator
extends Object
implements
ITestDeviceMutator
java.lang.Object | |
↳ | com.android.tradefed.device.TestDeviceMutator |
Default implementation of ITestDeviceMutator
Summary
Public constructors | |
---|---|
TestDeviceMutator()
|
Public methods | |
---|---|
void
|
setFastbootEnabled(ITestDevice testDevice, boolean fastbootEnabled)
Sets if Fastboot is enabled or not for a given |
void
|
setIDevice(ITestDevice testDevice, IDevice device)
Changes the |
Public constructors
TestDeviceMutator
public TestDeviceMutator ()
Public methods
setFastbootEnabled
public void setFastbootEnabled (ITestDevice testDevice, boolean fastbootEnabled)
Sets if Fastboot is enabled or not for a given ITestDevice
.
setIDevice
public void setIDevice (ITestDevice testDevice, IDevice device)
Changes the IDevice
held by ITestDevice