Home
last modified time | relevance | path

Searched refs:SNAPSHOT_ID (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/internal/
DDeviceSnapshotHandler.java80 args.put(DeviceSnapshotFeature.SNAPSHOT_ID, snapshotId); in snapshotDevice()
148 args.put(DeviceSnapshotFeature.SNAPSHOT_ID, snapshotId); in restoreSnapshotDevice()
DDeviceSnapshotFeature.java48 public static final String SNAPSHOT_ID = "snapshot_id"; field in DeviceSnapshotFeature
106 String snapshotId = request.getArgsMap().get(SNAPSHOT_ID); in execute()