Searched refs:BAND_TYPES (Results 1 – 5 of 5) sorted by relevance
307 for (int b : SoftApConfiguration.BAND_TYPES) { in isBandSupported()615 for (int band : SoftApConfiguration.BAND_TYPES) { in removeUnavailableBands()709 for (int b : SoftApConfiguration.BAND_TYPES) { in removeUnsupportedBands()1430 for (int b : SoftApConfiguration.BAND_TYPES) {1609 for (int band : SoftApConfiguration.BAND_TYPES) {1621 for (int band : SoftApConfiguration.BAND_TYPES) {
732 for (int band : SoftApConfiguration.BAND_TYPES) { in generateDefaultBand()
360 for (int band : SoftApConfiguration.BAND_TYPES) { in updateSafeChannelFrequencyList()
1997 SoftApConfiguration.BAND_TYPES.length); in onDriverCountryCodeChanged()1998 for (int band : SoftApConfiguration.BAND_TYPES) { in onDriverCountryCodeChanged()2148 for (int b : SoftApConfiguration.BAND_TYPES) { in notifyNewCountryCodeChangePending()
140 public static int[] BAND_TYPES = {BAND_2GHZ, BAND_5GHZ, BAND_6GHZ, BAND_60GHZ}; field in SoftApConfiguration