Searched refs:getOutputPath (Results 1 – 4 of 4) sorted by relevance
31 assertNull(tracingController.getOutputPath()); in testTraceFileCreation()41 File file = new File(tracingController.getOutputPath()); in testTraceFileCreation()
111 assertThat(shadowMediaRecorder.getOutputPath(), nullValue()); in testOutputFile()113 assertThat(shadowMediaRecorder.getOutputPath(), equalTo("/dev/null")); in testOutputFile()
209 public String getOutputPath() { in getOutputPath() method in ShadowMediaRecorder
112 public String getOutputPath() { in getOutputPath() method in TracingControllerAndroid