EhideTargetPreparer

public class EhideTargetPreparer
extends BaseTargetPreparer

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


Inicia ehide, que oculta la interfaz Ethernet de la pila de red de Android. Por ahora, omite cuttlefish , ya que la interfaz Ethernet está oculta de forma predeterminada.

Requiere acceso raíz de adb.

Resumen

Constructores públicos

EhideTargetPreparer()

Métodos públicos

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

Constructores públicos

EhideTargetPreparer

public EhideTargetPreparer ()

Métodos públicos

setUp

public void setUp (TestInformation testInformation)

Parámetros
testInformation TestInformation

Arroja
BuildError
DeviceNotAvailableException
TargetSetupError

tearDown

public void tearDown (TestInformation testInformation, 
                Throwable e)

Parámetros
testInformation TestInformation

e Throwable

Arroja
DeviceNotAvailableException