EhideTargetPreparer

public class EhideTargetPreparer
extends BaseTargetPreparer

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


Starts ehide, which hides the ethernet interface from the Android network stack. Skip cuttlefish for now since the ethernet interface is hidden by default.

Requires adb root.

Summary

Public constructors

EhideTargetPreparer()

Public methods

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

Public constructors

EhideTargetPreparer

public EhideTargetPreparer ()

Public methods

setUp

public void setUp (TestInformation testInformation)

Parameters
testInformation TestInformation

Throws
BuildError
DeviceNotAvailableException
TargetSetupError

tearDown

public void tearDown (TestInformation testInformation, 
                Throwable e)

Parameters
testInformation TestInformation

e Throwable

Throws
DeviceNotAvailableException