Searched refs:videoPath (Results 1 – 1 of 1) sorted by relevance
210 String videoPath = String.format(VIDEO_PATH_ON_DEVICE_TEMPLATE, new Random().nextInt()); in runWithScreenRecording() local211 mDevice.deleteFile(videoPath); in runWithScreenRecording()217 CLog.i("Starting screen recording at %s", videoPath); in runWithScreenRecording()226 videoPath) in runWithScreenRecording()241 CommandResult result = mDevice.executeShellV2Command("ls " + videoPath); in runWithScreenRecording()285 CommandResult sizeResult = mDevice.executeShellV2Command("ls -sh " + videoPath); in runWithScreenRecording()289 videoPath, sizeResult.getStdout()); in runWithScreenRecording()291 CommandResult hashResult = mDevice.executeShellV2Command("md5sum " + videoPath); in runWithScreenRecording()296 handler.handleScreenRecordFile(mDevice.pullFile(videoPath), recordingDeviceStartTime); in runWithScreenRecording()297 mDevice.deleteFile(videoPath); in runWithScreenRecording()