Searched refs:getAllowedAcsChannels (Results 1 – 6 of 6) sorted by relevance
850 assertEquals(0, config.getAllowedAcsChannels(SoftApConfiguration.BAND_2GHZ).length); in testSetAllowedAcsChannels()851 assertEquals(0, config.getAllowedAcsChannels(SoftApConfiguration.BAND_5GHZ).length); in testSetAllowedAcsChannels()852 assertEquals(0, config.getAllowedAcsChannels(SoftApConfiguration.BAND_6GHZ).length); in testSetAllowedAcsChannels()863 assertArrayEquals(channels2g, config.getAllowedAcsChannels(SoftApConfiguration.BAND_2GHZ)); in testSetAllowedAcsChannels()864 assertArrayEquals(channels5g, config.getAllowedAcsChannels(SoftApConfiguration.BAND_5GHZ)); in testSetAllowedAcsChannels()865 assertArrayEquals(channels6g, config.getAllowedAcsChannels(SoftApConfiguration.BAND_6GHZ)); in testSetAllowedAcsChannels()
708 ? config.getAllowedAcsChannels(band) : new int[] {}); in toAcsFreqRanges()
1090 ? config.getAllowedAcsChannels(band) : new int[] {}); in toAcsFreqRanges()
1105 public int[] getAllowedAcsChannels(@BandType int band) { in getAllowedAcsChannels() method in SoftApConfiguration
1437 if (SdkLevel.isAtLeastT() && config.getAllowedAcsChannels(b).length != 0) {
420 method @NonNull public int[] getAllowedAcsChannels(int);