Home
last modified time | relevance | path

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

/development/tools/bugreport/src/com/android/bugreport/stacks/
DThreadSnapshot.java51 public boolean interesting; field in ThreadSnapshot
88 this.interesting = that.interesting; in ThreadSnapshot()
/development/samples/browseable/Flashlight/
D_index.jd9 a party-mode option (swipe left), if you want to make things interesting.
/development/tools/bugreport/src/com/android/bugreport/html/
DRenderer.java280 hdf.setValue("interesting", thread.interesting ? "1" : "0"); in makeThreadSnapshotHdf()
456 } else if (thread.interesting) { in sortThreads()
/development/tools/bugreport/src/com/android/bugreport/inspector/
DInspector.java419 thread.interesting = isThreadInteresting(thread); in markInterestingThreads()
435 if (!process.threads.get(i).interesting) { in makeInterestingProcesses()