Searched refs:sizeResult (Results 1 – 1 of 1) sorted by relevance
285 CommandResult sizeResult = mDevice.executeShellV2Command("ls -sh " + videoPath); in runWithScreenRecording() local286 if (sizeResult != null && sizeResult.getStatus() == CommandStatus.SUCCESS) { in runWithScreenRecording()289 videoPath, sizeResult.getStdout()); in runWithScreenRecording()