Searched refs:MIN_FREQ_5GHZ (Results 1 – 3 of 3) sorted by relevance
176 public static final int MIN_FREQ_5GHZ = 4900; field in WifiEntry
885 description.append(getScanResultDescription(MIN_FREQ_5GHZ, MAX_FREQ_5GHZ)).append(";"); in getScanResultDescription()
1102 } else if (freqMhz >= WifiEntry.MIN_FREQ_5GHZ && freqMhz < WifiEntry.MAX_FREQ_5GHZ) { in getBand()