Searched refs:resultMatcher (Results 1 – 1 of 1) sorted by relevance
627 Matcher resultMatcher = RESULT_PAT.matcher(line); in processNewLines() local628 if (resultMatcher.matches()) { in processNewLines()629 mResult = resultMatcher.group(1); in processNewLines()