DeviceResetFeature
public
class
DeviceResetFeature
extends Object
implements
IConfigurationReceiver,
IRemoteFeature,
ITestInformationReceiver
java.lang.Object | |
↳ | com.android.tradefed.device.internal.DeviceResetFeature |
Cihaz sıfırlamanın sunucu tarafı uygulaması.
Özet
Fields'ın oynadığı filmler | |
---|---|
public
static
final
String |
DEVICE_NAME
|
public
static
final
String |
DEVICE_RESET_FEATURE_NAME
|
Herkese açık kurucular | |
---|---|
DeviceResetFeature()
|
Herkese açık yöntemler | |
---|---|
FeatureResponse
|
execute(FeatureRequest request)
İsteğe göre bir |
String
|
getName()
Özelliğin adı. |
TestInformation
|
getTestInformation()
|
void
|
setConfiguration(IConfiguration configuration)
Kullanımdaki |
void
|
setTestInformation(TestInformation testInformation)
|
Fields'ın oynadığı filmler
DEVICE_NAME
public static final String DEVICE_NAME
DEVICE_RESET_FEATURE_NAME
public static final String DEVICE_RESET_FEATURE_NAME
Herkese açık kurucular
DeviceResetFeature
public DeviceResetFeature ()
Herkese açık yöntemler
execute
public FeatureResponse execute (FeatureRequest request)
İsteğe göre bir FeatureResponse
döndürür.
Parametreler | |
---|---|
request |
FeatureRequest |
İlerlemeler | |
---|---|
FeatureResponse |
getName
public String getName ()
Özelliğin adı. FeatureRequest.getName()
ile eşleşmelidir.
İlerlemeler | |
---|---|
String |
setConfiguration
public void setConfiguration (IConfiguration configuration)
Kullanımdaki IConfiguration
'ü enjekte eder.
Parametreler | |
---|---|
configuration |
IConfiguration |
setTestInformation
public void setTestInformation (TestInformation testInformation)
Parametreler | |
---|---|
testInformation |
TestInformation |