Searched refs:TIME_LINE (Results 1 – 1 of 1) sorted by relevance
74 private static final Pattern TIME_LINE = Pattern.compile( field in LogcatParser231 Matcher tm = TIME_LINE.matcher(line); in parseLine()