Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/scanner/
DKnownBandsChannelHelper.java60 public static final int BAND_5_GHZ_HIGH_END_FREQ = ScanResult.BAND_5_GHZ_END_FREQ_MHZ; field in KnownBandsChannelHelper
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiMetrics.java3394 } else if (frequency <= KnownBandsChannelHelper.BAND_5_GHZ_HIGH_END_FREQ) { in incrementTxLinkSpeedBandCount()
3425 } else if (frequency <= KnownBandsChannelHelper.BAND_5_GHZ_HIGH_END_FREQ) { in incrementRxLinkSpeedBandCount()