إيقاف إعداد الخدمات
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)
|
شركة إنشاءات عامة
إيقاف إعداد الخدمات
public StopServicesSetup ()
الطرق العامة
إضافة خدمة
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 |