Searched refs:apCount (Results 1 – 2 of 2) sorted by relevance
280 Integer apCount = ssidFails.second - 1; in updateAvailableNetworks() local281 if (apCount > 0) { in updateAvailableNetworks()282 ssidFails = Pair.create(ssidFails.first, apCount); in updateAvailableNetworks()638 final Integer apCount = entry.getValue().second; in toString() local639 sb.append("\n").append(entry.getKey()).append(": ").append(apCount).append(",") in toString()
4196 private void startLohsAndTethering(int apCount) { in startLohsAndTethering() argument4199 setupMaxApInterfaces(apCount); in startLohsAndTethering()4206 String ifaceName = apCount >= 2 ? WIFI_IFACE_NAME2 : WIFI_IFACE_NAME; in startLohsAndTethering()