Home
last modified time | relevance | path

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

/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/
DDeviceUtils.java285 CommandResult sizeResult = mDevice.executeShellV2Command("ls -sh " + videoPath); in runWithScreenRecording() local
286 if (sizeResult != null && sizeResult.getStatus() == CommandStatus.SUCCESS) { in runWithScreenRecording()
289 videoPath, sizeResult.getStdout()); in runWithScreenRecording()