Searched refs:expected_dual_bands (Results 1 – 2 of 2) sorted by relevance
647 int[] expected_dual_bands = new int[2]; in testDualChannels() local648 expected_dual_bands[0] = SoftApConfiguration.BAND_2GHZ; in testDualChannels()649 expected_dual_bands[1] = SoftApConfiguration.BAND_5GHZ; in testDualChannels()657 assertTrue(Arrays.equals(expected_dual_bands, dual_channels_config.getBands())); in testDualChannels()666 expected_dual_bands[0] = SoftApConfiguration.BAND_5GHZ; in testDualChannels()667 expected_dual_bands[1] = SoftApConfiguration.BAND_2GHZ | SoftApConfiguration.BAND_5GHZ; in testDualChannels()672 assertTrue(Arrays.equals(expected_dual_bands, dual_channels_config.getBands())); in testDualChannels()
3417 int[] expected_dual_bands = {SoftApConfiguration.BAND_2GHZ, in testBridgedModeWorksEvenIfABandIsUnavailableInBandArray() local3419 configBuilder.setBands(expected_dual_bands); in testBridgedModeWorksEvenIfABandIsUnavailableInBandArray()