EhideTargetPreparer

public class EhideTargetPreparer
extends BaseTargetPreparer

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


Démarre ehide, qui masque l'interface Ethernet de la pile réseau Android. Pour le moment, ignorez Cuttlefish , car l'interface Ethernet est masquée par défaut.

Nécessite l'accès root adb.

Résumé

Constructeurs publics

EhideTargetPreparer()

Méthodes publiques

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

Constructeurs publics

EhideTargetPreparer

public EhideTargetPreparer ()

Méthodes publiques

setUp

public void setUp (TestInformation testInformation)

Paramètres
testInformation TestInformation

Génère
BuildError
DeviceNotAvailableException
TargetSetupError

tearDown

public void tearDown (TestInformation testInformation, 
                Throwable e)

Paramètres
testInformation TestInformation

e Throwable

Génère
DeviceNotAvailableException