Home
last modified time | relevance | path

Searched defs:snapshotId (Results 1 – 7 of 7) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/internal/
DDeviceSnapshotFeature.java106 String snapshotId = request.getArgsMap().get(SNAPSHOT_ID); in execute() local
144 String snapshotId) in snapshot()
180 String snapshotId) in restoreSnapshot()
224 AbstractConnection connection, String user, Integer offset, String snapshotId) in snapshotGce()
235 AbstractConnection connection, String user, Integer offset, String snapshotId) in restoreSnapshotGce()
DDeviceSnapshotHandler.java70 public void snapshotDevice(ITestDevice device, String snapshotId) in snapshotDevice()
137 public void restoreSnapshotDevice(ITestDevice device, String snapshotId) in restoreSnapshotDevice()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/connection/
DAbstractConnection.java75 ITestDevice device, String snapshotId, DeviceNotAvailableException dnae) in recoverVirtualDevice()
89 public void snapshotDevice(ITestDevice device, String snapshotId) in snapshotDevice()
/tools/tradefederation/core/src/com/android/tradefed/device/connection/
DAdbTcpConnection.java90 ITestDevice device, String snapshotId, DeviceNotAvailableException dnae) in recoverVirtualDevice()
117 public void snapshotDevice(ITestDevice device, String snapshotId) in snapshotDevice()
DAdbSshConnection.java669 public CommandResult snapshotGce(String user, Integer offset, String snapshotId) in snapshotGce()
759 public CommandResult restoreSnapshotGce(String user, Integer offset, String snapshotId) in restoreSnapshotGce()
/tools/tradefederation/core/javatests/com/android/tradefed/device/connection/
DAdbSshConnectionTest.java550 String snapshotId = "snapshot_user1"; in testSnapshotGce() local
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DModuleDefinition.java1195 String snapshotId = null; in recoverDevice() local