Searched refs:setAllowedAcsChannels (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Wifi/framework/tests/src/android/net/wifi/ |
D | SoftApConfigurationTest.java | 859 .setAllowedAcsChannels(SoftApConfiguration.BAND_2GHZ, channels2g) in testSetAllowedAcsChannels() 860 .setAllowedAcsChannels(SoftApConfiguration.BAND_5GHZ, channels5g) in testSetAllowedAcsChannels() 861 .setAllowedAcsChannels(SoftApConfiguration.BAND_6GHZ, channels6g) in testSetAllowedAcsChannels() 878 .setAllowedAcsChannels(SoftApConfiguration.BAND_2GHZ, channels2g)); in testSetAllowedAcsChannelsInvalidValues() 881 .setAllowedAcsChannels(SoftApConfiguration.BAND_5GHZ, channels5g)); in testSetAllowedAcsChannelsInvalidValues() 884 .setAllowedAcsChannels(SoftApConfiguration.BAND_6GHZ, channels6g)); in testSetAllowedAcsChannelsInvalidValues()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/util/ |
D | ApConfigUtil.java | 916 configBuilder.setAllowedAcsChannels(SoftApConfiguration.BAND_2GHZ, in updateApChannelConfig() 918 configBuilder.setAllowedAcsChannels(SoftApConfiguration.BAND_5GHZ, in updateApChannelConfig() 920 configBuilder.setAllowedAcsChannels(SoftApConfiguration.BAND_6GHZ, in updateApChannelConfig()
|
/packages/modules/Wifi/framework/java/android/net/wifi/ |
D | SoftApConfiguration.java | 1981 public Builder setAllowedAcsChannels(@BandType int band, @NonNull int[] channels) { in setAllowedAcsChannels() method in SoftApConfiguration.Builder
|
/packages/modules/Wifi/framework/api/ |
D | system-current.txt | 456 …method @NonNull public android.net.wifi.SoftApConfiguration.Builder setAllowedAcsChannels(int, @No…
|