RestartSystemServerTargetPreparer
public
class
RestartSystemServerTargetPreparer
extends BaseTargetPreparer
java.lang.Object | ||
😎 | com.android.tradefed.targetprep.BaseTargetPreparer | |
😎 | com.android.tradefed.targetprep.RestartSystemServerTargetPreparer |
Zielvorbereitunger, der den Systemserver ohne Neustart des Geräts neu startet.
Zusammenfassung
Öffentliche Konstruktoren | |
---|---|
RestartSystemServerTargetPreparer()
|
Öffentliche Methoden | |
---|---|
void
|
setUp(TestInformation testInformation)
|
void
|
tearDown(TestInformation testInformation, Throwable e)
|
Öffentliche Konstruktoren
RestartSystemServerTargetPreparer
public RestartSystemServerTargetPreparer ()
Öffentliche Methoden
einrichten
public void setUp (TestInformation testInformation)
Parameter | |
---|---|
testInformation |
TestInformation |
Ausgabe | |
---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
Teardown
public void tearDown (TestInformation testInformation, Throwable e)
Parameter | |
---|---|
testInformation |
TestInformation |
e |
Throwable |
Ausgabe | |
---|---|
DeviceNotAvailableException |