HsumBootStrategyPreparer

public class HsumBootStrategyPreparer
extends BaseTargetPreparer

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


Summary

Constants

String OPTION_HSUM_BOOT_STRATEGY

Public constructors

HsumBootStrategyPreparer()

Public methods

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

Constants

OPTION_HSUM_BOOT_STRATEGY

public static final String OPTION_HSUM_BOOT_STRATEGY

Constant Value: "hsum-boot-strategy"

Public constructors

HsumBootStrategyPreparer

public HsumBootStrategyPreparer ()

Public methods

setHsumBootStrategy

public void setHsumBootStrategy (HsumHelper.HsumBootStrategy hsumBootStrategy)

Parameters
hsumBootStrategy HsumHelper.HsumBootStrategy

setUp

public void setUp (TestInformation testInformation)

Parameters
testInformation TestInformation

Throws
DeviceNotAvailableException

tearDown

public void tearDown (TestInformation testInformation, 
                Throwable e)

Parameters
testInformation TestInformation

e Throwable

Throws
DeviceNotAvailableException