HsumBootStrategyPreparer

public class HsumBootStrategyPreparer
extends BaseTargetPreparer

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


Zusammenfassung

Konstanten

String OPTION_HSUM_BOOT_STRATEGY

Öffentliche Konstruktoren

HsumBootStrategyPreparer()

Öffentliche Methoden

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

Konstanten

OPTION_HSUM_BOOT_STRATEGY

public static final String OPTION_HSUM_BOOT_STRATEGY

Konstanter Wert: "hsum-boot-strategy"

Öffentliche Konstruktoren

HsumBootStrategyPreparer

public HsumBootStrategyPreparer ()

Öffentliche Methoden

setHsumBootStrategy

public void setHsumBootStrategy (HsumHelper.HsumBootStrategy hsumBootStrategy)

Parameter
hsumBootStrategy HsumHelper.HsumBootStrategy

setUp

public void setUp (TestInformation testInformation)

Parameter
testInformation TestInformation

Löst aus
DeviceNotAvailableException

tearDown

public void tearDown (TestInformation testInformation, 
                Throwable e)

Parameter
testInformation TestInformation

e Throwable

Löst aus
DeviceNotAvailableException