デバイスリセット機能

public class DeviceResetFeature
extends Object implements IRemoteFeature , IConfigurationReceiver , ITestInformationReceiver

java.lang.オブジェクト
com.android.tradefed.device.internal.DeviceResetFeature


デバイスリセットのサーバー側実装。

まとめ

田畑

public static final String DEVICE_NAME

public static final String DEVICE_RESET_FEATURE_NAME

パブリックコンストラクター

DeviceResetFeature ()

パブリックメソッド

FeatureResponse execute (FeatureRequest request)

リクエストに基づいてFeatureResponseを返します。

String getName ()

機能の名前。

TestInformation getTestInformation ()
void setConfiguration ( IConfiguration configuration)

使用中のIConfigurationを挿入します。

void setTestInformation ( TestInformation testInformation)

田畑

装置名

public static final String DEVICE_NAME

DEVICE_RESET_FEATURE_NAME

public static final String DEVICE_RESET_FEATURE_NAME

パブリックコンストラクター

デバイスリセット機能

public DeviceResetFeature ()

パブリックメソッド

実行する

public FeatureResponse execute (FeatureRequest request)

リクエストに基づいてFeatureResponseを返します。

パラメーター
request FeatureRequest

戻り値
FeatureResponse

getName

public String getName ()

機能の名前。 FeatureRequest#getName()と一致する必要があります。

戻り値
String

テスト情報の取得

public TestInformation getTestInformation ()

戻り値
TestInformation

set構成

public void setConfiguration (IConfiguration configuration)

使用中のIConfigurationを挿入します。

パラメーター
configuration IConfiguration

setTestInformation

public void setTestInformation (TestInformation testInformation)

パラメーター
testInformation TestInformation