StopServicesSetup

public class StopServicesSetup
extends BaseTargetPreparer

java.lang.Oggetto
com.android.tradefed.targetprep.BaseTargetPreparer
com.android.tradefed.targetprep.StopServicesSetup


Un ITargetPreparer che interrompe i servizi sul dispositivo.

Riepilogo

Costruttori pubblici

StopServicesSetup ()

Metodi pubblici

void addService (String service)

Aggiunge un servizio all'elenco dei servizi.

void setStopFramework (boolean stopFramework)

Specificare se arrestare il framework.

void setUp ( TestInformation testInfo)

void tearDown ( TestInformation testInformation, Throwable e)

Costruttori pubblici

StopServicesSetup

public StopServicesSetup ()

Metodi pubblici

addService

public void addService (String service)

Aggiunge un servizio all'elenco dei servizi.

Parametri
service String

setStopFramework

public void setStopFramework (boolean stopFramework)

Specificare se arrestare il framework.

Parametri
stopFramework boolean

impostare

public void setUp (TestInformation testInfo)

Parametri
testInfo TestInformation

Getta
DeviceNotAvailableException

demolire

public void tearDown (TestInformation testInformation, 
                Throwable e)

Parametri
testInformation TestInformation

e Throwable

Getta
DeviceNotAvailableException