Searched refs:deviceFullSentinelPath (Results 1 – 1 of 1) sorted by relevance
281 String deviceFullSentinelPath = deviceFullFilePath + File.separator + SENTINEL; in mediaFilesExistOnDevice() local286 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() local533 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()