Home | History | Annotate | Download | only in voicedialer

Lines Matching defs:fis

307                 FileInputStream fis = new FileInputStream(oe);
309 ObjectInputStream ois = new ObjectInputStream(fis);
313 fis.close();