Searched refs:ExtrasPattern (Results 1 – 1 of 1) sorted by relevance
325 if (mPatternUtil.checkMessage(msg, new ExtrasPattern(level, tag)) != null) { in parseLine()382 String category = mPatternUtil.checkMessage(msg, new ExtrasPattern( in commit()472 mPatternUtil.addPattern(pattern, new ExtrasPattern(level, tag), category); in addPattern()478 private class ExtrasPattern { class in LogcatParser482 public ExtrasPattern(String level, String tag) { in ExtrasPattern() method in LogcatParser.ExtrasPattern496 if (otherObj instanceof ExtrasPattern) { in equals()499 ExtrasPattern other = (ExtrasPattern) otherObj; in equals()