Home
last modified time | relevance | path

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

/art/tools/ahat/src/main/com/android/ahat/
DSummarizer.java128 String binderStubInterface = inst.getBinderStubInterfaceName(); in summarize() local
129 if (binderStubInterface != null) { in summarize()
130 formatted.appendFormat(" binder service (%s)", binderStubInterface); in summarize()