RestartSystemServerTargetPreparer
public
class
RestartSystemServerTargetPreparer
extends BaseTargetPreparer
java.lang.Object의 클래스 | ||
↳ | 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 |
해체
public void tearDown (TestInformation testInformation, Throwable e)
매개변수 | |
---|---|
testInformation |
TestInformation |
e |
Throwable |
생성 값 | |
---|---|
DeviceNotAvailableException |