Searched refs:InterfaceCount (Results 1 – 2 of 2) sorted by relevance
239 private InterfaceCount[] getSortedInterfaceCounts(int maxToReturn) { in getSortedInterfaceCounts()289 InterfaceCount[] ifaceCounts = new InterfaceCount[returnCount]; in getSortedInterfaceCounts()291 ifaceCounts[i] = new InterfaceCount(sorted[i].getKey(), sorted[i].getValue()); in getSortedInterfaceCounts()302 final InterfaceCount[] sorted = getSortedInterfaceCounts(MAX_NUM_INTERFACES_TO_DUMP); in dumpProxyInterfaceCounts()345 public static final class InterfaceCount { class in BinderProxy349 InterfaceCount(String interfaceName, int count) { in InterfaceCount() method in BinderProxy.InterfaceCount368 public static InterfaceCount[] getSortedInterfaceCounts(int num) { in getSortedInterfaceCounts()
11144 final BinderProxy.InterfaceCount[] proxyCounts = BinderProxy.getSortedInterfaceCounts(50); in dumpBinderProxyInterfaceCounts()