Searched refs:proxyCounts (Results 1 – 1 of 1) sorted by relevance
9228 final BinderProxy.InterfaceCount[] proxyCounts = BinderProxy.getSortedInterfaceCounts(50); in dumpBinderProxyInterfaceCounts() local9231 for (int i = 0; i < proxyCounts.length; i++) { in dumpBinderProxyInterfaceCounts()9232 pw.println(" #" + (i + 1) + ": " + proxyCounts[i]); in dumpBinderProxyInterfaceCounts()