Searched refs:pathToFile (Results 1 – 2 of 2) sorted by relevance
250 void deleteTestFileFromDevice(String pathToFile) throws DeviceNotAvailableException { in deleteTestFileFromDevice() argument251 if (mInstrumentationTest.getDevice().doesFileExist(pathToFile)) { in deleteTestFileFromDevice()253 .executeShellCommand(String.format("rm %s", pathToFile)); in deleteTestFileFromDevice()254 CLog.d("Removed test file from device: %s", pathToFile); in deleteTestFileFromDevice()
124 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()