Home | History | Annotate | Download | only in voicedialer

Lines Matching refs:oe

227         File oe = mActivity.getFileStreamPath(OPEN_ENTRIES);
230 if (!oe.exists()) {
281 if (Config.LOGD) Log.d(TAG, "addOpenEntriesToGrammar writing " + oe);
283 FileOutputStream fos = new FileOutputStream(oe);
299 if (Config.LOGD) Log.d(TAG, "addOpenEntriesToGrammar reading " + oe);
301 FileInputStream fis = new FileInputStream(oe);
467 File oe = context.getFileStreamPath(OPEN_ENTRIES);
468 if (Config.LOGD) Log.v(TAG, "deleteCachedGrammarFiles " + oe);
469 if (oe.exists()) oe.delete();