Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/os/
H A DBinderProxy.java329 int returnCount = Math.min(maxToReturn, sorted.length); in getSortedInterfaceCounts() local
330 InterfaceCount[] ifaceCounts = new InterfaceCount[returnCount]; in getSortedInterfaceCounts()
331 for (int i = 0; i < returnCount; i++) { in getSortedInterfaceCounts()