Home
last modified time | relevance | path

Searched refs:fout (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/src/com/android/inputmethod/latin/
DLatinIME.java1141 @Override protected void dump(FileDescriptor fd, PrintWriter fout, String[] args) { in dump() argument
1142 super.dump(fd, fout, args); in dump()
1144 final Printer p = new PrintWriterPrinter(fout); in dump()
/packages/apps/Mms/src/com/android/mms/ui/
DComposeMessageActivity.java1368 FileOutputStream fout = null; in copyPart() local
1405 fout = new FileOutputStream(file); in copyPart()
1410 fout.write(buffer, 0, size); in copyPart()
1432 if (null != fout) { in copyPart()
1434 fout.close(); in copyPart()