Home
last modified time | relevance | path

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

/development/tools/bugreport/src/com/android/bugreport/html/
DRenderer.java282 hdf.setValue("outboundBinderCall", buildFunctionName(thread.outboundBinderPackage, in makeThreadSnapshotHdf()
284 hdf.setValue("inboundBinderCall", buildFunctionName(thread.inboundBinderPackage, in makeThreadSnapshotHdf()
304 private String buildFunctionName(String pkg, String cls, String meth) { in buildFunctionName() method in Renderer