DeviceResetFeature
public
class
DeviceResetFeature
extends Object
implements
IConfigurationReceiver,
IRemoteFeature,
ITestInformationReceiver
| java.lang.Object | |
| ↳ | com.android.tradefed.device.internal.DeviceResetFeature |
הטמעה בצד השרת של איפוס המכשיר.
סיכום
ערכים קבועים | |
|---|---|
String |
DEVICE_NAME
|
String |
DEVICE_RESET_FEATURE_NAME
|
Constructors ציבוריים | |
|---|---|
DeviceResetFeature()
|
|
methods ציבוריים | |
|---|---|
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_name"
DEVICE_RESET_FEATURE_NAME
public static final String DEVICE_RESET_FEATURE_NAME
ערך קבוע: "resetDevice"
Constructors ציבוריים
DeviceResetFeature
public DeviceResetFeature ()
methods ציבוריים
להריץ
public FeatureResponse execute (FeatureRequest request)
מחזירה FeatureResponse על סמך הבקשה.
| פרמטרים | |
|---|---|
request |
FeatureRequest |
| החזרות | |
|---|---|
FeatureResponse |
|
getName
public String getName ()
שם התכונה. חייב להיות זהה לערך FeatureRequest.getName().
| החזרות | |
|---|---|
String |
|
setConfiguration
public void setConfiguration (IConfiguration configuration)
הוספת IConfiguration בשימוש.
| פרמטרים | |
|---|---|
configuration |
IConfiguration |
setTestInformation
public void setTestInformation (TestInformation testInformation)
| פרמטרים | |
|---|---|
testInformation |
TestInformation |