Lines Matching refs:oe
233 File oe = mActivity.getFileStreamPath(OPEN_ENTRIES);
236 if (!oe.exists()) {
287 if (false) Log.d(TAG, "addOpenEntriesToGrammar writing " + oe);
289 FileOutputStream fos = new FileOutputStream(oe);
305 if (false) Log.d(TAG, "addOpenEntriesToGrammar reading " + oe);
307 FileInputStream fis = new FileInputStream(oe);
473 File oe = context.getFileStreamPath(OPEN_ENTRIES);
474 if (false) Log.v(TAG, "deleteCachedGrammarFiles " + oe);
475 if (oe.exists()) oe.delete();