Home
last modified time | relevance | path

Searched refs:CallResult (Results 1 – 7 of 7) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveVoiceTest.py105 CallResult = TelephonyVoiceTestResult.CallResult.Value variable
183 self.tel_logger.set_result(CallResult("CALL_SETUP_FAILURE"))
213 self.tel_logger.set_result(CallResult("CALL_SETUP_FAILURE"))
243 self.tel_logger.set_result(CallResult("CALL_SETUP_FAILURE"))
399 self.tel_logger.set_result(CallResult("CALL_SETUP_FAILURE"))
430 self.tel_logger.set_result(CallResult("CALL_SETUP_FAILURE"))
462 self.tel_logger.set_result(CallResult("UNAVAILABLE_NETWORK_TYPE"))
470 self.tel_logger.set_result(CallResult("CALL_SETUP_FAILURE"))
502 self.tel_logger.set_result(CallResult("UNAVAILABLE_NETWORK_TYPE"))
510 self.tel_logger.set_result(CallResult("CALL_SETUP_FAILURE"))
[all …]
DTelLiveGFTDSDSVoiceTest.py61 CallResult = TelephonyVoiceTestResult.CallResult.Value variable
302 self.tel_logger.set_result(CallResult("CALL_SETUP_FAILURE"))
DTelLiveGFTDSDSSupplementaryServiceTest.py80 CallResult = TelephonyVoiceTestResult.CallResult.Value variable
747 self.tel_logger.set_result(CallResult("CALL_SETUP_FAILURE"))
DTelLiveGFTDSDSMessageTest.py57 CallResult = TelephonyVoiceTestResult.CallResult.Value variable
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_voice_utils.py103 CallResult = TelephonyVoiceTestResult.CallResult.Value variable
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.py204 CallResult = TelephonyVoiceTestResult.CallResult.Value variable
231 return self._result_value == CallResult('SUCCESS')
2402 tel_result_wrapper = TelResultWrapper(CallResult('SUCCESS'))
2426 tel_result_wrapper.result_value = CallResult('INITIATE_FAILED')
2439 tel_result_wrapper.result_value = CallResult(
2454 tel_result_wrapper.result_value = CallResult('NO_CALL_ID_FOUND')
2457 tel_result_wrapper.result_value = CallResult(
2465 tel_result_wrapper.result_value = CallResult(
2474 tel_result_wrapper.result_value = CallResult(
2493 tel_result_wrapper.result_value = CallResult(
[all …]
/tools/test/connectivity/acts/framework/acts/test_utils/tel/loggers/protos/
Dtelephony_metric.proto18 enum CallResult { enum
34 optional CallResult result = 1;