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.java279 String deviceFullFilePath = mBaseDeviceFullDir + resolution.toString(); in mediaFilesExistOnDevice() local
281 String deviceFullSentinelPath = deviceFullFilePath + File.separator + SENTINEL; in mediaFilesExistOnDevice()
517 String deviceFullFilePath = mBaseDeviceFullDir + resolution.toString(); in copyVideoFiles() local
519 String deviceFullSentinelPath = deviceFullFilePath + File.separator + SENTINEL; in copyVideoFiles()
538 device.pushDir(localFullDir, deviceFullFilePath, mUserId); in copyVideoFiles()