Home
last modified time | relevance | path

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

/development/tools/bugreport/src/com/android/bugreport/stacks/
DThreadSnapshot.java49 public String inboundBinderMethod; field in ThreadSnapshot
87 this.inboundBinderMethod = that.inboundBinderMethod; in ThreadSnapshot()
117 || this.inboundBinderMethod != null; in isBinder()
/development/tools/bugreport/src/com/android/bugreport/inspector/
DDeadlockDetector.java143 || offendingThread.inboundBinderMethod != null) { in detectDeadlocks()
155 + "." + offendingThread.inboundBinderMethod); in detectDeadlocks()
206 + tr.thread.inboundBinderClass + "." + tr.thread.inboundBinderMethod); in detectDeadlocks()
DInspector.java338 thread.inboundBinderMethod = f.methodName; in markIncomingBinderThread()
/development/tools/bugreport/src/com/android/bugreport/html/
DRenderer.java285 thread.inboundBinderClass, thread.inboundBinderMethod)); in makeThreadSnapshotHdf()