Penyiapan StopServices

public class StopServicesSetup
extends BaseTargetPreparer

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


ITargetPreparer yang menghentikan layanan di perangkat.

Ringkasan

Konstruktor publik

StopServicesSetup()

Metode publik

void addService(String service)

Menambahkan layanan ke daftar layanan.

void setStopFramework(boolean stopFramework)

Tentukan apakah akan menghentikan framework.

void setUp(TestInformation testInfo)

void tearDown(TestInformation testInformation, Throwable e)

Konstruktor publik

Penyiapan StopServices

public StopServicesSetup ()

Metode publik

addService

public void addService (String service)

Menambahkan layanan ke daftar layanan.

Parameter
service String

setStopFramework

public void setStopFramework (boolean stopFramework)

Tentukan apakah akan menghentikan framework.

Parameter
stopFramework boolean

penyiapan

public void setUp (TestInformation testInfo)

Parameter
testInfo TestInformation

Menampilkan
DeviceNotAvailableException

pembongkaran

public void tearDown (TestInformation testInformation, 
                Throwable e)

Parameter
testInformation TestInformation

e Throwable

Menampilkan
DeviceNotAvailableException