ArrestaServicesSetup

public class StopServicesSetup
extends BaseTargetPreparer

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


Un ITargetPreparer che interrompe i servizi nel 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

ArrestaServicesSetup

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

Lancia
DeviceNotAvailableException

demolire

public void tearDown (TestInformation testInformation, 
                Throwable e)

Parametri
testInformation TestInformation

e Throwable

Lancia
DeviceNotAvailableException