StopServicesSetup

public class StopServicesSetup
extends BaseTargetPreparer

Java.lang.Nesne
🎃 com.android.tradefed.targetprep.BaseTargetPreparer
  🎃 com.android.tradefed.targetprep.StopServicesSetup


Cihazda 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

hizmet ekleme

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

kur

public void setUp (TestInformation testInfo)

Parametreler
testInfo TestInformation

Fırlatma
DeviceNotAvailableException

Sökme

public void tearDown (TestInformation testInformation, 
                Throwable e)

Parametreler
testInformation TestInformation

e Throwable

Fırlatma
DeviceNotAvailableException