Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DMediaPreparer.java253 String deviceFullFilePath = mBaseDeviceFullDir + resolution.toString(); in mediaFilesExistOnDevice() local
255 || !device.doesFileExist(deviceFullFilePath, mUserId)) { in mediaFilesExistOnDevice()
482 String deviceFullFilePath = mBaseDeviceFullDir + resolution.toString(); in copyVideoFiles() local
484 || !device.doesFileExist(deviceFullFilePath, mUserId)) { in copyVideoFiles()
495 if (!device.doesFileExist(deviceFullFilePath, mUserId)) { in copyVideoFiles()
496 device.pushDir(localFullDir, deviceFullFilePath, mUserId); in copyVideoFiles()