Home
last modified time | relevance | path

Searched refs:DeviceSnapshotFeature (Results 1 – 4 of 4) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/internal/
DDeviceSnapshotHandler.java79 args.put(DeviceSnapshotFeature.DEVICE_NAME, mContext.getDeviceName(device)); in snapshotDevice()
80 args.put(DeviceSnapshotFeature.SNAPSHOT_ID, snapshotId); in snapshotDevice()
83 DeviceSnapshotFeature.DEVICE_SNAPSHOT_FEATURE_NAME, args); in snapshotDevice()
148 args.put(DeviceSnapshotFeature.SNAPSHOT_ID, snapshotId); in restoreSnapshotDevice()
149 args.put(DeviceSnapshotFeature.RESTORE_FLAG, "true"); in restoreSnapshotDevice()
150 args.put(DeviceSnapshotFeature.DEVICE_NAME, mContext.getDeviceName(device)); in restoreSnapshotDevice()
153 DeviceSnapshotFeature.DEVICE_SNAPSHOT_FEATURE_NAME, args); in restoreSnapshotDevice()
DDeviceSnapshotFeature.java43 public class DeviceSnapshotFeature class
/tools/tradefederation/core/javatests/com/android/tradefed/device/internal/
DDeviceSnapshotFeatureTest.java43 private DeviceSnapshotFeature mFeature;
51 mFeature = new DeviceSnapshotFeature(); in setUp()
/tools/tradefederation/core/res/META-INF/services/
Dcom.android.tradefed.service.IRemoteFeature5 com.android.tradefed.device.internal.DeviceSnapshotFeature