Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_voice_utils.py78 from acts.test_utils.tel.tel_test_utils import TelResultWrapper
197 tel_result = TelResultWrapper(CallResult('SUCCESS'))
203 return TelResultWrapper(CallResult('CALL_SETUP_FAILURE'))
206 return TelResultWrapper(CallResult('CALL_SETUP_FAILURE'))
340 tel_result = TelResultWrapper(CallResult('SUCCESS'))
346 return TelResultWrapper(CallResult('CALL_SETUP_FAILURE'))
349 return TelResultWrapper(CallResult('CALL_SETUP_FAILURE'))
412 tel_result = TelResultWrapper(CallResult('SUCCESS'))
418 return TelResultWrapper(CallResult('CALL_SETUP_FAILURE'))
421 return TelResultWrapper(CallResult('CALL_SETUP_FAILURE'))
[all …]
Dtel_test_utils.py211 class TelResultWrapper(object): class
2402 tel_result_wrapper = TelResultWrapper(CallResult('SUCCESS'))