HsumBootStrategyPreparer

public class HsumBootStrategyPreparer
extends BaseTargetPreparer

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


Resumen

Constantes

String OPTION_HSUM_BOOT_STRATEGY

Constructores públicos

HsumBootStrategyPreparer()

Métodos públicos

void setHsumBootStrategy(HsumHelper.HsumBootStrategy hsumBootStrategy)
void setUp(TestInformation testInformation)
void tearDown(TestInformation testInformation, Throwable e)

Constantes

OPTION_HSUM_BOOT_STRATEGY

public static final String OPTION_HSUM_BOOT_STRATEGY

Valor de la constante: "hsum-boot-strategy"

Constructores públicos

HsumBootStrategyPreparer

public HsumBootStrategyPreparer ()

Métodos públicos

setHsumBootStrategy

public void setHsumBootStrategy (HsumHelper.HsumBootStrategy hsumBootStrategy)

Parámetros
hsumBootStrategy HsumHelper.HsumBootStrategy

setUp

public void setUp (TestInformation testInformation)

Parámetros
testInformation TestInformation

Arroja
DeviceNotAvailableException

tearDown

public void tearDown (TestInformation testInformation, 
                Throwable e)

Parámetros
testInformation TestInformation

e Throwable

Arroja
DeviceNotAvailableException