Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DMediaPreparer.java220 String deviceShortFilePath = mBaseDeviceShortDir + resolution.toString(); in mediaFilesExistOnDevice() local
222 if (!device.doesFileExist(deviceShortFilePath) in mediaFilesExistOnDevice()
337 String deviceShortFilePath = mBaseDeviceShortDir + resolution.toString(); in copyVideoFiles() local
339 if (!device.doesFileExist(deviceShortFilePath) || in copyVideoFiles()
347 if(!device.doesFileExist(deviceShortFilePath)) { in copyVideoFiles()
348 device.pushDir(localShortDir, deviceShortFilePath); in copyVideoFiles()