Searched refs:mfstream (Results 1 – 4 of 4) sorted by relevance
29 public FileWriter mfstream; field in TestUtil37 mfstream = new FileWriter(camera_test_output_file, true); in prepareOutputFile()38 mOut = new BufferedWriter(mfstream); in prepareOutputFile()44 mfstream.close(); in closeOutputFile()
50 private FileWriter mfstream; field in SwitchPreview72 mfstream = new FileWriter(CAMERA_TEST_OUTPUT_FILE, true); in prepareOutputFile()73 mOut = new BufferedWriter(mfstream); in prepareOutputFile()83 mfstream.close(); in closeOutputFile()