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 |