Searched refs:fout (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
H A DCrashRecoveryHandler.java232 FileOutputStream fout = new FileOutputStream(stateJournal);
233 fout.write(p.marshall());
234 fout.close();
/packages/apps/Mms/src/com/android/mms/ui/
H A DComposeMessageActivity.java1575 FileOutputStream fout = null;
1631 fout = new FileOutputStream(file);
1636 fout.write(buffer, 0, size);
1658 if (null != fout) {
1660 fout.close();
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLatinIME.java2798 protected void dump(final FileDescriptor fd, final PrintWriter fout, final String[] args) { argument
2799 super.dump(fd, fout, args);
2801 final Printer p = new PrintWriterPrinter(fout);

Completed in 115 milliseconds