Home
last modified time | relevance | path

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

/development/tools/bugreport/src/com/android/bugreport/stacks/
DThreadSnapshot.java48 public String inboundBinderClass; field in ThreadSnapshot
86 this.inboundBinderClass = that.inboundBinderClass; in ThreadSnapshot()
116 || this.inboundBinderClass != null in isBinder()
/development/tools/bugreport/src/com/android/bugreport/inspector/
DDeadlockDetector.java152 if (offendingThread.inboundBinderClass != null) { in detectDeadlocks()
154 + offendingThread.inboundBinderClass in detectDeadlocks()
204 if (tr.thread.inboundBinderClass != null) { in detectDeadlocks()
206 + tr.thread.inboundBinderClass + "." + tr.thread.inboundBinderMethod); in detectDeadlocks()
DInspector.java325 thread.inboundBinderClass = fixBinderClass(f.className); in markIncomingBinderThread()
/development/tools/bugreport/src/com/android/bugreport/html/
DRenderer.java285 thread.inboundBinderClass, thread.inboundBinderMethod)); in makeThreadSnapshotHdf()