Home
last modified time | relevance | path

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

/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DVMHostTest.java50 cleanupDeviceFiles(getDevice()); in run()
63 cleanupDeviceFiles(device); in installVmPrereqs()
104 private void cleanupDeviceFiles(ITestDevice device) throws DeviceNotAvailableException { in cleanupDeviceFiles() method in VMHostTest