HomeSort by relevance Sort by last modified time
    Searched full:num24 (Results 1 - 1 of 1) sorted by null

  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
WifiUtils.java 111 int num24 = 0; // number of scanned BSSID on 2.4Ghz band local
136 num24++;
141 if (num24 <= maxDisplayedScans) {
149 if (num24 > 0) {
150 visibility.append("(").append(num24).append(")");
151 if (num24 > maxDisplayedScans) {

Completed in 315 milliseconds