Searched refs:apCount (Results 1 – 2 of 2) sorted by relevance
312 Integer apCount = ssidFails.second - 1; in updateAvailableNetworks() local313 if (apCount > 0) { in updateAvailableNetworks()314 ssidFails = Pair.create(ssidFails.first, apCount); in updateAvailableNetworks()692 final Integer apCount = entry.getValue().second; in toString() local693 sb.append("\n").append(entry.getKey()).append(": ").append(apCount).append(",") in toString()
131 final int apCount = apList == null ? 0 : apList.size(); in getSlice() local132 final boolean isFirstApActive = apCount > 0 in getSlice()148 if (i < apCount) { in getSlice()150 } else if (i == apCount) { in getSlice()