Home
last modified time | relevance | path

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

/development/tools/bugreport/src/com/android/bugreport/stacks/
DThreadSnapshot.java111 public boolean isBinder() { in isBinder() method in ThreadSnapshot
/development/tools/bugreport/src/com/android/bugreport/html/
DRenderer.java281 hdf.setValue("binder", thread.isBinder() ? "1" : "0"); in makeThreadSnapshotHdf()
454 } else if (thread.isBinder()) { in sortThreads()
/development/tools/bugreport/src/com/android/bugreport/inspector/
DInspector.java487 if (thread.isBinder()) { in isThreadInteresting()