Searched refs:mOutputPath (Results 1 – 5 of 5) sorted by relevance
/tools/tradefederation/contrib/src/com/android/media/tests/ |
D | MediaPlayerStressTest.java | 74 private String mOutputPath = "PlaybackTestResult.txt"; field in MediaPlayerStressTest 120 mTestDevice.executeShellCommand(String.format("rm %s/%s", extStore, mOutputPath)); in cleanResultFile() 132 outputFile = mTestDevice.pullFileFromExternal(mOutputPath); in logOutputFile() 142 listener.testLog(mOutputPath, LogDataType.TEXT, outputSource); in logOutputFile()
|
D | CameraShotToShotLatencyTest.java | 59 private final String mOutputPath = "mediaStressOut.txt"; field in CameraShotToShotLatencyTest 108 mTestDevice.executeShellCommand(String.format("rm %s/%s", extStore, mOutputPath)); in cleanupDevice() 130 outputFile = mTestDevice.pullFileFromExternal(mOutputPath); in parseOutputFile()
|
D | CameraSettingsTest.java | 69 private final String mOutputPath = "cameraStressOutput.txt"; field in CameraSettingsTest 127 mTestDevice.executeShellCommand(String.format("rm %s/%s", extStore, mOutputPath)); in cleanupDevice() 151 outputFile = mTestDevice.pullFileFromExternal(mOutputPath); in parseOutputFile()
|
D | CameraLatencyTest.java | 67 private final String mOutputPath = "mediaStressOut.txt"; field in CameraLatencyTest 191 mTestDevice.executeShellCommand(String.format("rm %s/%s", extStore, mOutputPath)); in cleanTmpFiles() 203 outputFile = mTestDevice.pullFileFromExternal(mOutputPath); in logOutputFile()
|
/tools/tradefederation/contrib/src/com/android/uicd/tests/ |
D | UiConductorTest.java | 496 private String mOutputPath = DEFAULT_OUTPUT_PATH; field in ResultReporter 503 mOutputFile = new File(mOutputPath + ".tmp").getAbsoluteFile(); in processStartInvocation() 511 mOutputFile.renameTo(new File(mOutputPath)); in processFinalProto()
|