Home
last modified time | relevance | path

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

/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DLogcatInspector.java103 InputStream logcatStream = in numberOfLogcatStringsFound() local
105 BufferedReader logcat = new BufferedReader(new InputStreamReader(logcatStream)); in numberOfLogcatStringsFound()
/platform_testing/host_runners/boot/src/com/android/boot/
DBootTimeTest.java864 InputStream logcatStream = logcatData.createInputStream(); in analyzeGranularBootInfo()
865 InputStreamReader logcatReader = new InputStreamReader(logcatStream); in analyzeGranularBootInfo()
916 InputStream logcatStream = logcatData.createInputStream(); in analyzeCustomBootInfo()
917 InputStreamReader logcatReader = new InputStreamReader(logcatStream); in analyzeCustomBootInfo()
1164 InputStream logcatStream = logcatData.createInputStream(); in analyzeUnlockBootInfo()
1165 InputStreamReader logcatReader = new InputStreamReader(logcatStream); in analyzeUnlockBootInfo()