Home
last modified time | relevance | path

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

/platform_testing/tests/perf/PerformanceAppTest/src/com/android/performanceapp/tests/
DAppLaunchTests.java142 FileOutputStream outputStream = new FileOutputStream(file); in testAppLaunchPerformance() local
147 outputStream.write(buffer, 0, length); in testAppLaunchPerformance()
153 outputStream.close(); in testAppLaunchPerformance()