Home
last modified time | relevance | path

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

/packages/apps/Camera2/tests/src/com/android/camera/stress/
DTestUtil.java29 public FileWriter mfstream; field in TestUtil
37 mfstream = new FileWriter(camera_test_output_file, true); in prepareOutputFile()
38 mOut = new BufferedWriter(mfstream); in prepareOutputFile()
44 mfstream.close(); in closeOutputFile()
DSwitchPreview.java50 private FileWriter mfstream; field in SwitchPreview
72 mfstream = new FileWriter(CAMERA_TEST_OUTPUT_FILE, true); in prepareOutputFile()
73 mOut = new BufferedWriter(mfstream); in prepareOutputFile()
83 mfstream.close(); in closeOutputFile()
/packages/apps/LegacyCamera/tests/src/com/android/camera/stress/
DTestUtil.java29 public FileWriter mfstream; field in TestUtil
37 mfstream = new FileWriter(camera_test_output_file, true); in prepareOutputFile()
38 mOut = new BufferedWriter(mfstream); in prepareOutputFile()
44 mfstream.close(); in closeOutputFile()
DSwitchPreview.java50 private FileWriter mfstream; field in SwitchPreview
72 mfstream = new FileWriter(CAMERA_TEST_OUTPUT_FILE, true); in prepareOutputFile()
73 mOut = new BufferedWriter(mfstream); in prepareOutputFile()
83 mfstream.close(); in closeOutputFile()