Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/os/
H A DBinderProxy.java243 private InterfaceCount[] getSortedInterfaceCounts(int maxToReturn) { in getSortedInterfaceCounts() method in BinderProxy.ProxyMap
333 final InterfaceCount[] sorted = getSortedInterfaceCounts(MAX_NUM_INTERFACES_TO_DUMP); in dumpProxyInterfaceCounts()
399 public static InterfaceCount[] getSortedInterfaceCounts(int num) { in getSortedInterfaceCounts() method in BinderProxy
400 return sProxyMap.getSortedInterfaceCounts(num); in getSortedInterfaceCounts()
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java9269 final BinderProxy.InterfaceCount[] proxyCounts = BinderProxy.getSortedInterfaceCounts(50); in dumpBinderProxyInterfaceCounts()