Home
last modified time | relevance | path

Searched refs:get_cell_state (Results 1 – 3 of 3) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/cellular/performance/
DCellularRxPowerTest.py88 if self.keysight_test_app.get_cell_state('LTE', 'CELL1'):
166 if not self.keysight_test_app.get_cell_state('LTE', 'CELL1'):
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/cellular/performance/
DCellularThroughputBaseTest.py166 if self.keysight_test_app.get_cell_state('LTE', 'CELL1'):
588 if cell['cell_type'] == 'LTE' and not self.keysight_test_app.get_cell_state(
631 if cell['cell_type'] == 'NR5G' and not self.keysight_test_app.get_cell_state(
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/cellular/
Dkeysight_5g_testapp.py174 cell_state = self.get_cell_state(cell_type, cell)
204 cell_state = self.get_cell_state(cell_type, cell)
251 def get_cell_state(self, cell_type, cell): member in Keysight5GTestApp