Searched refs:strm (Results 1 – 1 of 1) sorted by relevance
46 FileOutputStream strm = new FileOutputStream(fl); in testWriteExternalStorage() local47 strm.write("Oops!".getBytes()); in testWriteExternalStorage()48 strm.flush(); in testWriteExternalStorage()49 strm.close(); in testWriteExternalStorage()