Searched refs:returnCount (Results 1 – 1 of 1) sorted by relevance
329 int returnCount = Math.min(maxToReturn, sorted.length); in getSortedInterfaceCounts() local330 InterfaceCount[] ifaceCounts = new InterfaceCount[returnCount]; in getSortedInterfaceCounts()331 for (int i = 0; i < returnCount; i++) { in getSortedInterfaceCounts()