DeviceResetFeature(デバイスのリセット機能)
public
class
DeviceResetFeature
extends Object
implements
IConfigurationReceiver,
IRemoteFeature,
ITestInformationReceiver
java.lang.Object | |
↳ | 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)
リクエストに基づいて |
String
|
getName()
特徴の名前。 |
TestInformation
|
getTestInformation()
|
void
|
setConfiguration(IConfiguration configuration)
使用中の |
void
|
setTestInformation(TestInformation testInformation)
|
フィールド
DEVICE_NAME
public static final String DEVICE_NAME
DEVICE_RESET_FEATURE_NAME
public static final String DEVICE_RESET_FEATURE_NAME
パブリック コンストラクタ
DeviceResetFeature(デバイスのリセット機能)
public DeviceResetFeature ()
パブリック メソッド
execute
public FeatureResponse execute (FeatureRequest request)
リクエストに基づいて FeatureResponse
を返します。
パラメータ | |
---|---|
request |
FeatureRequest |
戻り値 | |
---|---|
FeatureResponse |
setConfiguration
public void setConfiguration (IConfiguration configuration)
使用中の IConfiguration
を注入します。
パラメータ | |
---|---|
configuration |
IConfiguration |
setTestInformation
public void setTestInformation (TestInformation testInformation)
パラメータ | |
---|---|
testInformation |
TestInformation |