DeviceSnapshotFeature
public
class
DeviceSnapshotFeature
extends Object
implements
IConfigurationReceiver,
IRemoteFeature,
ITestInformationReceiver
| java.lang.Object | |
| ↳ | com.android.tradefed.device.internal.DeviceSnapshotFeature |
Cihaz anlık görüntüsünün sunucu tarafı uygulaması.
Özet
Fields'ın oynadığı filmler | |
|---|---|
public
static
final
String |
DELETE_FLAG
|
public
static
final
String |
DEVICE_NAME
|
public
static
final
String |
DEVICE_SNAPSHOT_FEATURE_NAME
|
public
static
final
String |
RESTORE_FLAG
|
public
static
final
String |
SNAPSHOT_ID
|
Herkese açık kurucular | |
|---|---|
DeviceSnapshotFeature()
|
|
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
DELETE_FLAG
public static final String DELETE_FLAG
DEVICE_NAME
public static final String DEVICE_NAME
DEVICE_SNAPSHOT_FEATURE_NAME
public static final String DEVICE_SNAPSHOT_FEATURE_NAME
RESTORE_FLAG
public static final String RESTORE_FLAG
SNAPSHOT_ID
public static final String SNAPSHOT_ID
Herkese açık kurucular
DeviceSnapshotFeature
public DeviceSnapshotFeature ()
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 |