Searched refs:DeviceSnapshotFeature (Results 1 – 4 of 4) sorted by relevance
79 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()
43 public class DeviceSnapshotFeature class
43 private DeviceSnapshotFeature mFeature;51 mFeature = new DeviceSnapshotFeature(); in setUp()
5 com.android.tradefed.device.internal.DeviceSnapshotFeature