Searched refs:BUFFER_BEGIN_RE (Results 1 – 2 of 2) sorted by relevance
31 public static final Pattern BUFFER_BEGIN_RE = Pattern.compile( field in LogcatParser37 private final Matcher mBufferBeginRe = BUFFER_BEGIN_RE.matcher("");
54 private final Matcher mBufferBeginRe = LogcatParser.BUFFER_BEGIN_RE.matcher("");