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)

根据请求返回 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

公共构造函数

DeviceResetFeature [设备重置功能]

public DeviceResetFeature ()

公共方法

执行

public FeatureResponse execute (FeatureRequest request)

根据请求返回 FeatureResponse

参数
request FeatureRequest

返回
FeatureResponse

getName

public String getName ()

功能名称。必须与“FeatureRequest#getName()”一致。

返回
String

获取测试信息

public TestInformation getTestInformation ()

返回
TestInformation

setConfiguration

public void setConfiguration (IConfiguration configuration)

注入正在使用的 IConfiguration

参数
configuration IConfiguration

setTestInformation

public void setTestInformation (TestInformation testInformation)

参数
testInformation TestInformation