Home
last modified time | relevance | path

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

/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
DTracingControllerAndroidTest.java31 assertNull(tracingController.getOutputPath()); in testTraceFileCreation()
41 File file = new File(tracingController.getOutputPath()); in testTraceFileCreation()
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DMediaRecorderTest.java111 assertThat(shadowMediaRecorder.getOutputPath(), nullValue()); in testOutputFile()
113 assertThat(shadowMediaRecorder.getOutputPath(), equalTo("/dev/null")); in testOutputFile()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowMediaRecorder.java209 public String getOutputPath() { in getOutputPath() method in ShadowMediaRecorder
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
DTracingControllerAndroid.java112 public String getOutputPath() { in getOutputPath() method in TracingControllerAndroid