Searched refs:ExtrasPattern (Results 1 – 1 of 1) sorted by relevance
328 if (mPatternUtil.checkMessage(msg, new ExtrasPattern(level, tag)) != null) { in parseLine()385 String category = mPatternUtil.checkMessage(msg, new ExtrasPattern( in commit()475 mPatternUtil.addPattern(pattern, new ExtrasPattern(level, tag), category); in addPattern()481 private class ExtrasPattern { class in LogcatParser485 public ExtrasPattern(String level, String tag) { in ExtrasPattern() method in LogcatParser.ExtrasPattern499 if (otherObj instanceof ExtrasPattern) { in equals()502 ExtrasPattern other = (ExtrasPattern) otherObj; in equals()