장치 재설정 기능
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) 요청에 따라 |
String | getName () 기능의 이름입니다. |
TestInformation | getTestInformation () |
void | setConfiguration ( IConfiguration configuration) 사용 중인 |
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 |
setConfiguration
public void setConfiguration (IConfiguration configuration)
사용 중인 IConfiguration
주입합니다.
매개변수 | |
---|---|
configuration | IConfiguration |
setTestInformation
public void setTestInformation (TestInformation testInformation)
매개변수 | |
---|---|
testInformation | TestInformation |