StopServicesSetup

public class StopServicesSetup
extends BaseTargetPreparer

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


Cihazdaki hizmetleri durduran bir ITargetPreparer.

Özet

Kamu inşaatçıları

StopServicesSetup()

Herkese açık yöntemler

void addService(String service)

Hizmet listesine bir hizmet ekler.

void setStopFramework(boolean stopFramework)

Çerçevenin durdurulup durdurulmayacağını belirtin.

void setUp(TestInformation testInfo)

void tearDown(TestInformation testInformation, Throwable e)

Kamu inşaatçıları

StopServicesSetup

public StopServicesSetup ()

Herkese açık yöntemler

addService

public void addService (String service)

Hizmet listesine bir hizmet ekler.

Parametreler
service String

setStopFramework

public void setStopFramework (boolean stopFramework)

Çerçevenin durdurulup durdurulmayacağını belirtin.

Parametreler
stopFramework boolean

setUp

public void setUp (TestInformation testInfo)

Parametreler
testInfo TestInformation

Fırlatma
DeviceNotAvailableException

tearDown

public void tearDown (TestInformation testInformation, 
                Throwable e)

Parametreler
testInformation TestInformation

e Throwable

Atışlar
DeviceNotAvailableException