Home | History | Annotate | Download | only in thermal

Lines Matching refs:mInputStream

108         FileReader mInputStream = null;
121 mInputStream = new FileReader(fname);
122 if (mInputStream == null)
125 mParser.setInput(mInputStream);
143 if (ThermalManager.sIsOverlays == false && mInputStream == null) return false;
147 if (mInputStream != null) {
148 mInputStream.close();
185 if (mInputStream != null) mInputStream.close();
206 if (mInputStream != null) {
207 mInputStream.close();