Home
last modified time | relevance | path

Searched refs:inputStream (Results 1 – 2 of 2) sorted by relevance

/platform_testing/libraries/power-helper/src/com/android/helper/
DPowerTestHelper.java114 FileInputStream inputStream = new FileInputStream(mParams.getString(PARAM_CONFIG, in getProperty() local
116 prop.load(inputStream); in getProperty()
118 inputStream.close(); in getProperty()
/platform_testing/tests/perf/PerformanceAppTest/src/com/android/performanceapp/tests/
DAppLaunchTests.java140 InputStream inputStream = new FileInputStream(parcelFile.getFileDescriptor()); in testAppLaunchPerformance() local
146 while ((length = inputStream.read(buffer)) > 0) { in testAppLaunchPerformance()
152 inputStream.close(); in testAppLaunchPerformance()