הגדרת StopServices

public class StopServicesSetup
extends BaseTargetPreparer

JavaScript.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)

בנאים ציבוריים

הגדרת StopServices

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