Searched refs:matcherTotal (Results 1 – 1 of 1) sorted by relevance
812 Matcher matcherTotal = LOGCAT_STATISTICS_TOTAL_PATTERN.matcher(outputList[0]); in extractLogcatInfo() local815 boolean totalFound = matcherTotal.find(); in extractLogcatInfo()827 matcherTotal.group(i * 2 - 1).trim()); in extractLogcatInfo()835 Integer.valueOf(matcherTotal.group(i * 2 - 1).trim()) in extractLogcatInfo()