Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DBinderProxy.java243 private InterfaceCount[] getSortedInterfaceCounts(int maxToReturn) { in getSortedInterfaceCounts()
320 InterfaceCount[] ifaceCounts = new InterfaceCount[returnCount]; in getSortedInterfaceCounts()
322 ifaceCounts[i] = new InterfaceCount(sorted[i].getKey(), sorted[i].getValue()); in getSortedInterfaceCounts()
333 final InterfaceCount[] sorted = getSortedInterfaceCounts(MAX_NUM_INTERFACES_TO_DUMP); in dumpProxyInterfaceCounts()
376 public static final class InterfaceCount { class in BinderProxy
380 InterfaceCount(String interfaceName, int count) { in InterfaceCount() method in BinderProxy.InterfaceCount
399 public static InterfaceCount[] getSortedInterfaceCounts(int num) { in getSortedInterfaceCounts()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java9228 final BinderProxy.InterfaceCount[] proxyCounts = BinderProxy.getSortedInterfaceCounts(50); in dumpBinderProxyInterfaceCounts()