RestartSystemServerTargetPreparer

public class RestartSystemServerTargetPreparer
extends BaseTargetPreparer

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


Preparatore target che riavvia il server di sistema senza riavviare il dispositivo.

Riepilogo

Costruttori pubblici

RestartSystemServerTargetPreparer()

Metodi pubblici

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

Costruttori pubblici

RestartSystemServerTargetPreparer

public RestartSystemServerTargetPreparer ()

Metodi pubblici

impostazione

public void setUp (TestInformation testInformation)

Parametri
testInformation TestInformation

Lanci
BuildError
DeviceNotAvailableException
TargetSetupError

tearDown

public void tearDown (TestInformation testInformation, 
                Throwable e)

Parametri
testInformation TestInformation

e Throwable

Lanci
DeviceNotAvailableException