StopServicesSetup

public class StopServicesSetup
extends BaseTargetPreparer

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


ITargetPreparer يوقف الخدمات على الجهاز

ملخّص

وظائف الإنشاء العامة

StopServicesSetup()

الطرق العامة

void addService(String service)

تُضيف خدمة إلى قائمة الخدمات.

void setStopFramework(boolean stopFramework)

حدِّد ما إذا كنت تريد إيقاف الإطار.

void setUp(TestInformation testInfo)

void tearDown(TestInformation testInformation, Throwable e)

وظائف الإنشاء العامة

StopServicesSetup

public StopServicesSetup ()

الطرق العامة

addService

public void addService (String service)

تُضيف خدمة إلى قائمة الخدمات.

المعلمات
service String

setStopFramework

public void setStopFramework (boolean stopFramework)

حدِّد ما إذا كنت تريد إيقاف الإطار.

المعلمات
stopFramework boolean

setUp

public void setUp (TestInformation testInfo)

المعلمات
testInfo TestInformation

عمليات الرمي
DeviceNotAvailableException

tearDown

public void tearDown (TestInformation testInformation, 
                Throwable e)

المعلمات
testInformation TestInformation

e Throwable

عمليات الرمي
DeviceNotAvailableException