Home
last modified time | relevance | path

Searched refs:BAND_5_GHZ_LOW_END_FREQ (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/scanner/
DKnownBandsChannelHelper.java56 public static final int BAND_5_GHZ_LOW_END_FREQ = 5240; field in KnownBandsChannelHelper
262 if (frequency <= BAND_5_GHZ_LOW_END_FREQ) { in getBand()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiMetrics.java3390 } else if (frequency <= KnownBandsChannelHelper.BAND_5_GHZ_LOW_END_FREQ) { in incrementTxLinkSpeedBandCount()
3421 } else if (frequency <= KnownBandsChannelHelper.BAND_5_GHZ_LOW_END_FREQ) { in incrementRxLinkSpeedBandCount()