Home
last modified time | relevance | path

Searched refs:attrRe (Results 1 – 1 of 1) sorted by relevance

/development/tools/bugreport/src/com/android/bugreport/stacks/
DThreadSnapshotParser.java99 final Matcher attrRe = ATTR_RE.matcher(""); in parse() local
158 } else if (Utils.matches(attrRe, text)) { in parse()
159 result.attributeText.add(attrRe.group(1)); in parse()