Home
last modified time | relevance | path

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

/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/
DDeviceUtils.java210 String videoPath = String.format(VIDEO_PATH_ON_DEVICE_TEMPLATE, new Random().nextInt()); in runWithScreenRecording() local
211 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()