RestartSystemServerTargetPreparer
public class RestartSystemServerTargetPreparer
extends BaseTargetPreparer
java.lang.객체 | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.RestartSystemServerTargetPreparer |
장치를 재부팅하지 않고 시스템 서버를 다시 시작하는 대상 준비자.
요약
공개 생성자 | |
---|---|
RestartSystemServerTargetPreparer () |
공개 방법 | |
---|---|
void | setUp ( TestInformation testInformation) |
void | tearDown ( TestInformation testInformation, Throwable e) |
공개 생성자
RestartSystemServerTargetPreparer
public RestartSystemServerTargetPreparer ()
공개 방법
설정
public void setUp (TestInformation testInformation)
매개변수 | |
---|---|
testInformation | TestInformation |
던지기 | |
---|---|
BuildError | |
DeviceNotAvailableException | |
TargetSetupError |
tearDown
public void tearDown (TestInformation testInformation, Throwable e)
매개변수 | |
---|---|
testInformation | TestInformation |
e | Throwable |
던지기 | |
---|---|
DeviceNotAvailableException |