Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java9228 final BinderProxy.InterfaceCount[] proxyCounts = BinderProxy.getSortedInterfaceCounts(50); in dumpBinderProxyInterfaceCounts() local
9231 for (int i = 0; i < proxyCounts.length; i++) { in dumpBinderProxyInterfaceCounts()
9232 pw.println(" #" + (i + 1) + ": " + proxyCounts[i]); in dumpBinderProxyInterfaceCounts()