Home
last modified time | relevance | path

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

/platform_testing/host_runners/boot/src/com/android/boot/
DBootTimeTest.java811 Matcher matcherHeader = LOGCAT_STATISTICS_HEADER_PATTERN.matcher(outputList[0]); in extractLogcatInfo() local
814 boolean headerFound = matcherHeader.find(); in extractLogcatInfo()
820 String bufferHeader = matcherHeader.group(i).trim(); in extractLogcatInfo()