Searched refs:getSortedInterfaceCounts (Results 1 – 2 of 2) sorted by relevance
243 private InterfaceCount[] getSortedInterfaceCounts(int maxToReturn) { in getSortedInterfaceCounts() method in BinderProxy.ProxyMap333 final InterfaceCount[] sorted = getSortedInterfaceCounts(MAX_NUM_INTERFACES_TO_DUMP); in dumpProxyInterfaceCounts()399 public static InterfaceCount[] getSortedInterfaceCounts(int num) { in getSortedInterfaceCounts() method in BinderProxy400 return sProxyMap.getSortedInterfaceCounts(num); in getSortedInterfaceCounts()
9269 final BinderProxy.InterfaceCount[] proxyCounts = BinderProxy.getSortedInterfaceCounts(50); in dumpBinderProxyInterfaceCounts()