Home
last modified time | relevance | path

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

/development/tools/bugreport/src/com/android/bugreport/stacks/
DThreadSnapshotParser.java117 final Matcher stateAttrRe = STATE_ATTR_RE.matcher(""); in parse() local
163 if (Utils.matches(stateAttrRe, text)) { in parse()