Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DMediaPreparer.java281 String deviceFullSentinelPath = deviceFullFilePath + File.separator + SENTINEL; in mediaFilesExistOnDevice() local
286 if (!device.doesFileExist(deviceFullSentinelPath, mUserId)) { in mediaFilesExistOnDevice()
287 CLog.i("Missing Sentinel file " + deviceFullSentinelPath); in mediaFilesExistOnDevice()
519 String deviceFullSentinelPath = deviceFullFilePath + File.separator + SENTINEL; in copyVideoFiles() local
533 if (!device.doesFileExist(deviceFullSentinelPath, mUserId)) { in copyVideoFiles()
539 device.pushFile(localSentinel, deviceFullSentinelPath, mUserId); in copyVideoFiles()
540 CLog.i("Placed sentinel on device at " + deviceFullSentinelPath); in copyVideoFiles()