Home
last modified time | relevance | path

Searched refs:CellularSimulatorError (Results 1 – 6 of 6) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/
Dmd8475_cellular_simulator.py69 raise cc.CellularSimulatorError('Could not connect to MD8475.')
148 raise cc.CellularSimulatorError(
153 raise cc.CellularSimulatorError(
163 raise cc.CellularSimulatorError('Invalid carrier aggregation '
170 raise cc.CellularSimulatorError('The test equipment supports up '
174 raise cc.CellularSimulatorError('At least two carriers need to be '
659 raise cc.CellularSimulatorError('The phone did not attach before '
672 raise cc.CellularSimulatorError('The phone was not in '
686 raise cc.CellularSimulatorError('The phone was not in Idle state '
741 raise cc.CellularSimulatorError('Could not get measured PUSCH power.')
/tools/test/connectivity/acts/framework/acts/controllers/rohdeschwarz_lib/
Dcmw500_cellular_simulator.py194 raise cc.CellularSimulatorError('Could not connect to CMW500.')
554 raise cc.CellularSimulatorError('The phone was not in '
568 raise cc.CellularSimulatorError('The phone was not in '
582 raise cc.CellularSimulatorError('The phone was not in '
Dcmx500_cellular_simulator.py37 raise cc.CellularSimulatorError('Could not connect to CMX500.')
/tools/test/connectivity/acts/framework/acts/test_utils/power/cellular/
Dcellular_power_base_test.py116 except simulator.CellularSimulatorError:
304 except simulator.CellularSimulatorError as e:
/tools/test/connectivity/acts/framework/acts/controllers/
Dcellular_simulator.py467 class CellularSimulatorError(Exception): class
/tools/test/connectivity/acts/framework/acts/test_utils/power/tel_simulations/
DBaseSimulation.py223 except cellular_simulator.CellularSimulatorError: