FastbootCommandPreparer

public final class FastbootCommandPreparer
extends BaseTargetPreparer

java.lang.Object
   ↳ com.android.tradefed.targetprep.BaseTargetPreparer
     ↳ com.android.tradefed.targetprep.FastbootCommandPreparer


Preparador de destino que activa fastboot y envía comandos de fastboot.

Resumen

Constructores públicos

FastbootCommandPreparer()

Métodos públicos

void setUp(TestInformation testInformation)
void tearDown(TestInformation testInformation, Throwable e)

Constructores públicos

FastbootCommandPreparer

public FastbootCommandPreparer ()

Métodos públicos

setUp

public void setUp (TestInformation testInformation)

Parámetros
testInformation TestInformation

Arroja
BuildError
DeviceNotAvailableException
TargetSetupError

tearDown

public void tearDown (TestInformation testInformation, 
                Throwable e)

Parámetros
testInformation TestInformation

e Throwable

Arroja
DeviceNotAvailableException