Searched refs:inFile (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
H A DDicttool.java48 protected static InputStream getFileInputStream(final File inFile) argument
50 return new BufferedInputStream(new FileInputStream(inFile));
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarDebugActivity.java122 final File inFile = getDatabasePath("calendar.db");
123 is = new FileInputStream(inFile);
126 os.putNextEntry(new ZipEntry(inFile.getName()));

Completed in 151 milliseconds