FastbootCommandPreparer

public final class FastbootCommandPreparer
extends BaseTargetPreparer

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


Preparatore del target che attiva fastboot e invia comandi fastboot.

Riepilogo

Costruttori pubblici

FastbootCommandPreparer()

Metodi pubblici

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

Costruttori pubblici

FastbootCommandPreparer

public FastbootCommandPreparer ()

Metodi pubblici

setUp

public void setUp (TestInformation testInformation)

Parametri
testInformation TestInformation

Lanci
BuildError
DeviceNotAvailableException
TargetSetupError

tearDown

public void tearDown (TestInformation testInformation, 
                Throwable e)

Parametri
testInformation TestInformation

e Throwable

Lanci
DeviceNotAvailableException