Searched refs:OUTPUT_PATH2 (Results 1 – 1 of 1) sorted by relevance
54 private final String OUTPUT_PATH2; field in MediaRecorderTest97 OUTPUT_PATH2 = new File(Environment.getExternalStorageDirectory(), in MediaRecorderTest()126 mOutFile2 = new File(OUTPUT_PATH2); in setUp()376 mMediaRecorder.setOutputFile(OUTPUT_PATH2); in testRecorderVideo()381 FileOutputStream fos = new FileOutputStream(OUTPUT_PATH2); in testRecorderVideo()386 assertFalse(checkLocationInFile(OUTPUT_PATH2)); in testRecorderVideo()950 String filename = (k == 0) ? OUTPUT_PATH : OUTPUT_PATH2; in testRecordFromSurface()