Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/internal/
DDeviceSnapshotFeature.java190 CommandResult result = restoreSnapshotGce(connection, user, offset, snapshotId); in restoreSnapshot()
234 private CommandResult restoreSnapshotGce( in restoreSnapshotGce() method in DeviceSnapshotFeature
238 return ((AdbSshConnection) connection).restoreSnapshotGce(user, offset, snapshotId); in restoreSnapshotGce()
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DHostOrchestratorUtil.java166 public CommandResult restoreSnapshotGce() { in restoreSnapshotGce() method in HostOrchestratorUtil
/tools/tradefederation/core/src/com/android/tradefed/device/connection/
DAdbSshConnection.java759 public CommandResult restoreSnapshotGce(String user, Integer offset, String snapshotId) in restoreSnapshotGce() method in AdbSshConnection
765 restoreRes = new HostOrchestratorUtil(getDevice(), mGceAvd).restoreSnapshotGce(); in restoreSnapshotGce()
/tools/tradefederation/core/javatests/com/android/tradefed/device/connection/
DAdbSshConnectionTest.java671 mConnection.restoreSnapshotGce(instanceUser, null, snapshotId); in testSnapshotGce()