Home
last modified time | relevance | path

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

/development/tools/bugreport/src/com/android/bugreport/stacks/
DThreadSnapshotParser.java54 public static final Pattern JAVA_RE = Pattern.compile( field in ThreadSnapshotParser
105 final Matcher javaRe = JAVA_RE.matcher(""); in parse()