RestartSystemServerTargetPreparer
public
class
RestartSystemServerTargetPreparer
extends BaseTargetPreparer
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.RestartSystemServerTargetPreparer |
Przygotowujący element docelowy, który ponownie uruchamia serwer systemowy bez ponownego uruchamiania urządzenia.
Podsumowanie
Konstruktory publiczne | |
---|---|
RestartSystemServerTargetPreparer()
|
Metody publiczne | |
---|---|
void
|
setUp(TestInformation testInformation)
|
void
|
tearDown(TestInformation testInformation, Throwable e)
|
Konstruktory publiczne
Przygotowanie do ponownego uruchomienia serwera docelowego serwera
public RestartSystemServerTargetPreparer ()
Metody publiczne
setUp
public void setUp (TestInformation testInformation)
Parametry | |
---|---|
testInformation |
TestInformation |
Rzuty | |
---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
tearDown
public void tearDown (TestInformation testInformation, Throwable e)
Parametry | |
---|---|
testInformation |
TestInformation |
e |
Throwable |
Rzuty | |
---|---|
DeviceNotAvailableException |