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

Sabitler

String DELETE_FLAG

String DEVICE_NAME

String DEVICE_SNAPSHOT_FEATURE_NAME

String RESTORE_FLAG

String SNAPSHOT_ID

Herkese açık oluşturucular

DeviceSnapshotFeature()

Herkese açık yöntemler

FeatureResponse execute(FeatureRequest request)

İsteğe bağlı olarak FeatureResponse döndürür.

String getName()

Özelliğin adı.

TestInformation getTestInformation()
void setConfiguration(IConfiguration configuration)

Kullanımdaki IConfiguration'ı ekler.

void setTestInformation(TestInformation testInformation)

Sabitler

DELETE_FLAG

public static final String DELETE_FLAG

Sabit Değer: "delete_flag"

DEVICE_NAME

public static final String DEVICE_NAME

Sabit Değer: "device_name"

DEVICE_SNAPSHOT_FEATURE_NAME

public static final String DEVICE_SNAPSHOT_FEATURE_NAME

Sabit Değer: "snapshotDevice"

RESTORE_FLAG

public static final String RESTORE_FLAG

Sabit Değer: "restore_flag"

SNAPSHOT_ID

public static final String SNAPSHOT_ID

Sabit Değer: "snapshot_id"

Herkese açık oluşturucular

DeviceSnapshotFeature

public DeviceSnapshotFeature ()

Herkese açık yöntemler

execute

public FeatureResponse execute (FeatureRequest request)

İsteğe bağlı olarak 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

getTestInformation

public TestInformation getTestInformation ()

İlerlemeler
TestInformation

setConfiguration

public void setConfiguration (IConfiguration configuration)

Kullanımdaki IConfiguration'ı ekler.

Parametreler
configuration IConfiguration

setTestInformation

public void setTestInformation (TestInformation testInformation)

Parametreler
testInformation TestInformation