Home
last modified time | relevance | path

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

/development/tools/bugreport/src/com/android/bugreport/stacks/
DThreadSnapshotParser.java112 final Matcher waitingToLockUnknownRe = WAITING_TO_LOCK_UNKNOWN_RE.matcher(""); in parse() local
272 } else if (Utils.matches(waitingToLockUnknownRe, text)) { in parse()