Searched refs:testBand (Results 1 – 2 of 2) sorted by relevance
125 private void testBand(int[] expectedChannels, int band) { in testBand() method in KnownBandsChannelHelperTest.GetAvailableScanChannelsTest147 testBand(CHANNELS_24_GHZ, WifiScanner.WIFI_BAND_24_GHZ); in channels24Ghz()155 testBand(CHANNELS_5_GHZ, WifiScanner.WIFI_BAND_5_GHZ); in channels5Ghz()163 testBand(CHANNELS_DFS, WifiScanner.WIFI_BAND_5_GHZ_DFS_ONLY); in channelsDfs()175 testBand(expectedChannels, WifiScanner.WIFI_BAND_BOTH); in channels24GhzAnd5Ghz()191 testBand(expectedChannels, WifiScanner.WIFI_BAND_BOTH_WITH_DFS); in channelsAll()
173 public static boolean containsBand(@BandType int band, @BandType int testBand) { in containsBand() argument174 return ((band & testBand) != 0); in containsBand()