Home
last modified time | relevance | path

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

/development/tools/bugreport/src/com/android/bugreport/stacks/
DThreadSnapshot.java47 public String inboundBinderPackage; field in ThreadSnapshot
85 this.inboundBinderPackage = that.inboundBinderPackage; in ThreadSnapshot()
115 || this.inboundBinderPackage != null in isBinder()
/development/tools/bugreport/src/com/android/bugreport/inspector/
DDeadlockDetector.java153 System.out.print(" inbound=" + offendingThread.inboundBinderPackage + "." in detectDeadlocks()
205 System.out.print(" inbound=" + tr.thread.inboundBinderPackage + "." in detectDeadlocks()
DInspector.java324 thread.inboundBinderPackage = f.packageName; in markIncomingBinderThread()
/development/tools/bugreport/src/com/android/bugreport/html/
DRenderer.java284 hdf.setValue("inboundBinderCall", buildFunctionName(thread.inboundBinderPackage, in makeThreadSnapshotHdf()