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 ()
שיטות ציבוריות
ביצוע
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 |