Searched refs:InterestingLineMatcher (Results 1 – 1 of 1) sorted by relevance
700 private class InterestingLineMatcher { class in Inspector708 public InterestingLineMatcher(String tag, String regex) { in InterestingLineMatcher() method in Inspector.InterestingLineMatcher726 private final InterestingLineMatcher[] mInterestingLineMatchers727 = new InterestingLineMatcher[] {729 new InterestingLineMatcher("ActivityManager",749 for (InterestingLineMatcher ilm: mInterestingLineMatchers) { in makeInterestingLogcat()