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