Searched refs:restoreSnapshotGce (Results 1 – 4 of 4) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/device/internal/ |
D | DeviceSnapshotFeature.java | 190 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/ |
D | HostOrchestratorUtil.java | 166 public CommandResult restoreSnapshotGce() { in restoreSnapshotGce() method in HostOrchestratorUtil
|
/tools/tradefederation/core/src/com/android/tradefed/device/connection/ |
D | AdbSshConnection.java | 759 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/ |
D | AdbSshConnectionTest.java | 671 mConnection.restoreSnapshotGce(instanceUser, null, snapshotId); in testSnapshotGce()
|