Home | History | Annotate | Download | only in camera

Lines Matching defs:tempStream

1407             FileOutputStream tempStream = null;
1411 tempStream = openFileOutput(sTempCropFilename, 0);
1412 tempStream.write(data);
1413 tempStream.close();
1424 Util.closeSilently(tempStream);