Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/testtype/
DInstrumentationFileTest.java193 deleteTestFileFromDevice(mFilePathOnDevice); in runTests()
250 void deleteTestFileFromDevice(String pathToFile) throws DeviceNotAvailableException { in deleteTestFileFromDevice() method in InstrumentationFileTest
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DInstrumentationFileTestTest.java124 void deleteTestFileFromDevice(String pathToFile) throws DeviceNotAvailableException { in testRun_singleSuccessfulTest()
209 void deleteTestFileFromDevice(String pathToFile) throws DeviceNotAvailableException { in testRun_reRunOneFailedToCompleteTest()
316 void deleteTestFileFromDevice(String pathToFile) throws DeviceNotAvailableException { in testRun_serialReRunOfTwoFailedToCompleteTests()
391 void deleteTestFileFromDevice(String pathToFile) throws DeviceNotAvailableException { in testRun_noSerialReRun()
505 void deleteTestFileFromDevice(String pathToFile) throws DeviceNotAvailableException { in testRun_exceedMaxAttempts()
608 void deleteTestFileFromDevice(String pathToFile) in testRun_parameterized()