Searched refs:strm (Results 1 – 1 of 1) sorted by relevance
40 FileOutputStream strm = new FileOutputStream(fl); in testWriteExternalStorage() local41 strm.write("Oops!".getBytes()); in testWriteExternalStorage()42 strm.flush(); in testWriteExternalStorage()43 strm.close(); in testWriteExternalStorage()