Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/scanner/
DKnownBandsChannelHelper.java62 public static final int BAND_6_GHZ_LOW_END_FREQ = 6425; field in KnownBandsChannelHelper
270 if (frequency <= BAND_6_GHZ_LOW_END_FREQ) { in getBand()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiMetrics.java3396 } else if (frequency <= KnownBandsChannelHelper.BAND_6_GHZ_LOW_END_FREQ) { in incrementTxLinkSpeedBandCount()
3427 } else if (frequency <= KnownBandsChannelHelper.BAND_6_GHZ_LOW_END_FREQ) { in incrementRxLinkSpeedBandCount()