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