Home
last modified time | relevance | path

Searched refs:snapshotDevice (Results 1 – 5 of 5) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/device/internal/
DDeviceSnapshotHandlerTest.java64 mHandler.snapshotDevice(mMockDevice, "random_id"); in testSnapshot()
74 mHandler.snapshotDevice(mMockDevice, "random_id"); in testSnapshot_error()
91 mHandler.snapshotDevice(mMockDevice, "random_id"); in testSnapshot_dnae()
107 mHandler.snapshotDevice(mMockDevice, "random_id"); in testSnapshot_runtime()
123 mHandler.snapshotDevice(mMockDevice, "random_id"); in testSnapshot_parseDuration()
124 mHandler.snapshotDevice(mMockDevice, "random_id2"); in testSnapshot_parseDuration()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/connection/
DAbstractConnection.java89 public void snapshotDevice(ITestDevice device, String snapshotId) in snapshotDevice() method in AbstractConnection
/tools/tradefederation/core/src/com/android/tradefed/device/connection/
DAdbTcpConnection.java117 public void snapshotDevice(ITestDevice device, String snapshotId) in snapshotDevice() method in AdbTcpConnection
120 new DeviceSnapshotHandler().snapshotDevice(device, snapshotId); in snapshotDevice()
/tools/tradefederation/core/src/com/android/tradefed/device/internal/
DDeviceSnapshotHandler.java70 public void snapshotDevice(ITestDevice device, String snapshotId) in snapshotDevice() method in DeviceSnapshotHandler
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DITestSuite.java816 .snapshotDevice(mDevice, mContext.getInvocationId()); in run()