Searched refs:inputStream (Results 1 – 2 of 2) sorted by relevance
114 FileInputStream inputStream = new FileInputStream(mParams.getString(PARAM_CONFIG, in getProperty() local116 prop.load(inputStream); in getProperty()118 inputStream.close(); in getProperty()
140 InputStream inputStream = new FileInputStream(parcelFile.getFileDescriptor()); in testAppLaunchPerformance() local146 while ((length = inputStream.read(buffer)) > 0) { in testAppLaunchPerformance()152 inputStream.close(); in testAppLaunchPerformance()