Home
last modified time | relevance | path

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

/development/tools/bugreport/src/com/android/bugreport/stacks/
DThreadSnapshot.java41 public boolean blocked; field in ThreadSnapshot
81 this.blocked = that.blocked; in ThreadSnapshot()
/development/tools/bugreport/src/com/android/bugreport/html/
DRenderer.java279 hdf.setValue("blocked", thread.blocked ? "1" : "0"); in makeThreadSnapshotHdf()
452 } else if (thread.blocked) { in sortThreads()
/development/tools/bugreport/src/com/android/bugreport/inspector/
DInspector.java396 thread.blocked = isThreadBlocked(thread); in markBlockedThreads()