Searched defs:snapshotId (Results 1 – 7 of 7) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/device/internal/ |
D | DeviceSnapshotFeature.java | 106 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()
|
D | DeviceSnapshotHandler.java | 70 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/ |
D | AbstractConnection.java | 75 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/ |
D | AdbTcpConnection.java | 90 ITestDevice device, String snapshotId, DeviceNotAvailableException dnae) in recoverVirtualDevice() 117 public void snapshotDevice(ITestDevice device, String snapshotId) in snapshotDevice()
|
D | AdbSshConnection.java | 669 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/ |
D | AdbSshConnectionTest.java | 550 String snapshotId = "snapshot_user1"; in testSnapshotGce() local
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/ |
D | ModuleDefinition.java | 1195 String snapshotId = null; in recoverDevice() local
|