Searched refs:matcherHeader (Results 1 – 1 of 1) sorted by relevance
811 Matcher matcherHeader = LOGCAT_STATISTICS_HEADER_PATTERN.matcher(outputList[0]); in extractLogcatInfo() local814 boolean headerFound = matcherHeader.find(); in extractLogcatInfo()820 String bufferHeader = matcherHeader.group(i).trim(); in extractLogcatInfo()