StopServicesSetup

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 di servizi.

void setStopFramework(boolean stopFramework)

Specifica se interrompere 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 di servizi.

Parametri
service String

setStopFramework

public void setStopFramework (boolean stopFramework)

Specifica se interrompere il framework.

Parametri
stopFramework boolean

setUp

public void setUp (TestInformation testInfo)

Parametri
testInfo TestInformation

Lanci
DeviceNotAvailableException

tearDown

public void tearDown (TestInformation testInformation, 
                Throwable e)

Parametri
testInformation TestInformation

e Throwable

Lanci
DeviceNotAvailableException