Searched refs:getSortedInterfaceCounts (Results 1 – 2 of 2) sorted by relevance
238 private InterfaceCount[] getSortedInterfaceCounts(int maxToReturn) { in getSortedInterfaceCounts() method in BinderProxy.ProxyMap295 final InterfaceCount[] sorted = getSortedInterfaceCounts(MAX_NUM_INTERFACES_TO_DUMP); in dumpProxyInterfaceCounts()361 public static InterfaceCount[] getSortedInterfaceCounts(int num) { in getSortedInterfaceCounts() method in BinderProxy362 return sProxyMap.getSortedInterfaceCounts(num); in getSortedInterfaceCounts()
10434 final BinderProxy.InterfaceCount[] proxyCounts = BinderProxy.getSortedInterfaceCounts(50); in dumpBinderProxyInterfaceCounts()