Thiết lập lại tính năng

public class DeviceResetFeature
extends Object implements IConfigurationReceiver, IRemoteFeature, ITestInformationReceiver

java.lang.Object
   ↳ com.android.tradefed.device.internal.DeviceResetFeature


Triển khai phía máy chủ để đặt lại thiết bị.

Tóm tắt

Trường

public static final String DEVICE_NAME

public static final String DEVICE_RESET_FEATURE_NAME

Hàm khởi tạo công khai

DeviceResetFeature()

Phương thức công khai

FeatureResponse execute(FeatureRequest request)

Trả về FeatureResponse dựa trên yêu cầu.

String getName()

Tên tính năng.

TestInformation getTestInformation()
void setConfiguration(IConfiguration configuration)

Chèn IConfiguration đang sử dụng.

void setTestInformation(TestInformation testInformation)

Trường

THIẾT BỊ_TÊN

public static final String DEVICE_NAME

THIẾT BỊ_Reset_FEATURE_NAME

public static final String DEVICE_RESET_FEATURE_NAME

Hàm khởi tạo công khai

Thiết lập lại tính năng

public DeviceResetFeature ()

Phương thức công khai

thực hiện

public FeatureResponse execute (FeatureRequest request)

Trả về FeatureResponse dựa trên yêu cầu.

Tham số
request FeatureRequest

Giá trị trả về
FeatureResponse

getName

public String getName ()

Tên tính năng. Phải khớp với FeatureRequest#getName().

Giá trị trả về
String

nhận thông tin kiểm tra

public TestInformation getTestInformation ()

Giá trị trả về
TestInformation

Cấu hình đặt

public void setConfiguration (IConfiguration configuration)

Chèn IConfiguration đang sử dụng.

Tham số
configuration IConfiguration

setTestInformation

public void setTestInformation (TestInformation testInformation)

Tham số
testInformation TestInformation