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

להכין

public void setUp (TestInformation testInfo)

פרמטרים
testInfo TestInformation

זורק
DeviceNotAvailableException

לקרוע

public void tearDown (TestInformation testInformation, 
                Throwable e)

פרמטרים
testInformation TestInformation

e Throwable

זורק
DeviceNotAvailableException