Home
last modified time | relevance | path

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

/development/tools/bugreport/src/com/android/bugreport/stacks/
DThreadSnapshotParser.java78 public static final Pattern STATE_ATTR_RE = Pattern.compile( field in ThreadSnapshotParser
117 final Matcher stateAttrRe = STATE_ATTR_RE.matcher(""); in parse()