Searched refs:apCount (Results 1 – 2 of 2) sorted by relevance
92 final int apCount = apList == null ? 0 : apList.size(); in getSlice() local93 final boolean isFirstApActive = apCount > 0 in getSlice()108 if (i < apCount) { in getSlice()110 } else if (i == apCount) { in getSlice()
311 Integer apCount = ssidFails.second - 1; in updateAvailableNetworks() local312 if (apCount > 0) { in updateAvailableNetworks()313 ssidFails = Pair.create(ssidFails.first, apCount); in updateAvailableNetworks()691 final Integer apCount = entry.getValue().second; in toString() local692 sb.append("\n").append(entry.getKey()).append(": ").append(apCount).append(",") in toString()