Home
last modified time | relevance | path

Searched refs:cleanupDeviceFiles (Results 1 – 2 of 2) 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
/cts/tools/vm-tests-tf/targetprep/src/android/core/vm/targetprep/
DVmTestPreparer.java64 cleanupDeviceFiles(device); in tearDown()
77 cleanupDeviceFiles(device); in installVmPrereqs()
112 private void cleanupDeviceFiles(ITestDevice device) throws DeviceNotAvailableException { in cleanupDeviceFiles() method in VmTestPreparer