Home
last modified time | relevance | path

Searched refs:supported_lte_bands (Results 1 – 2 of 2) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/coex/hotspot_tests/
DHotspotWiFiChannelTest.py29 from acts.test_utils.coex.hotspot_utils import supported_lte_bands
98 lte_band = list(set(self.lte_bands).intersection(supported_lte_bands))
102 lte_band = supported_lte_bands
/tools/test/connectivity/acts/framework/acts/test_utils/coex/
Dhotspot_utils.py71 supported_lte_bands = ['OB1', 'OB2', 'OB3', 'OB4', 'OB5', 'OB7', 'OB8', variable