Home
last modified time | relevance | path

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

/platform_testing/tests/perf/PerformanceAppTest/src/com/android/performanceapp/tests/
DAppLaunchTests.java215 ByteArrayOutputStream stopStream = new ByteArrayOutputStream(); in testAppLaunchPerformance() local
222 stopStream); in testAppLaunchPerformance() local
223 fileOutputStream.write(stopStream.toByteArray()); in testAppLaunchPerformance()
225 stopStream.close(); in testAppLaunchPerformance()