Searched refs:mMatcher (Results 1 – 1 of 1) sorted by relevance
702 protected Matcher mMatcher; field in Inspector.InterestingLineMatcher710 mMatcher = Pattern.compile(regex).matcher(""); in InterestingLineMatcher()719 && Utils.matches(mMatcher, line.text); in match()