Home | History | Annotate | Download | only in voicedialer

Lines Matching refs:ois

303                     ObjectInputStream ois = new ObjectInputStream(fis);
304 mOpenEntries = (HashMap<String, String>)ois.readObject();
305 ois.close();