Home
last modified time | relevance | path

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

/platform_testing/tests/perf/PerformanceAppTest/src/com/android/performanceapp/tests/
DAppLaunchTests.java217 OutputStream fileOutputStream = new FileOutputStream(file); in testAppLaunchPerformance() local
223 fileOutputStream.write(stopStream.toByteArray()); in testAppLaunchPerformance()
226 fileOutputStream.close(); in testAppLaunchPerformance()