Interrompi configurazione servizi

public class StopServicesSetup
extends BaseTargetPreparer

java.lang.Object
🎞 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)

Specifica se interrompere il framework.

void setUp(TestInformation testInfo)

void tearDown(TestInformation testInformation, Throwable e)

Costruttori pubblici

Interrompi configurazione servizi

public StopServicesSetup ()

Metodi pubblici

addService

public void addService (String service)

Aggiunge un servizio all'elenco dei servizi.

Parametri
service String

impostaStopFramework

public void setStopFramework (boolean stopFramework)

Specifica se interrompere il framework.

Parametri
stopFramework boolean

impostazione

public void setUp (TestInformation testInfo)

Parametri
testInfo TestInformation

Lanci
DeviceNotAvailableException

demolire

public void tearDown (TestInformation testInformation, 
                Throwable e)

Parametri
testInformation TestInformation

e Throwable

Lanci
DeviceNotAvailableException