Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/tests/google/tel/live/
DTelLiveVoiceTest.py99 CallResult = TelephonyVoiceTestResult.CallResult.Value variable
134 self.tel_logger.set_result(CallResult("CALL_SETUP_FAILURE"))
164 self.tel_logger.set_result(CallResult("CALL_SETUP_FAILURE"))
194 self.tel_logger.set_result(CallResult("CALL_SETUP_FAILURE"))
350 self.tel_logger.set_result(CallResult("CALL_SETUP_FAILURE"))
381 self.tel_logger.set_result(CallResult("CALL_SETUP_FAILURE"))
413 self.tel_logger.set_result(CallResult("UNAVAILABLE_NETWORK_TYPE"))
421 self.tel_logger.set_result(CallResult("CALL_SETUP_FAILURE"))
453 self.tel_logger.set_result(CallResult("UNAVAILABLE_NETWORK_TYPE"))
461 self.tel_logger.set_result(CallResult("CALL_SETUP_FAILURE"))
[all …]
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_voice_utils.py98 CallResult = TelephonyVoiceTestResult.CallResult.Value variable
192 tel_result = TelResultWrapper(CallResult('SUCCESS'))
198 return TelResultWrapper(CallResult('CALL_SETUP_FAILURE'))
201 return TelResultWrapper(CallResult('CALL_SETUP_FAILURE'))
343 tel_result = TelResultWrapper(CallResult('SUCCESS'))
349 return TelResultWrapper(CallResult('CALL_SETUP_FAILURE'))
352 return TelResultWrapper(CallResult('CALL_SETUP_FAILURE'))
Dtel_test_utils.py202 CallResult = TelephonyVoiceTestResult.CallResult.Value variable
229 return self._result_value == CallResult('SUCCESS')
2167 tel_result_wrapper = TelResultWrapper(CallResult('SUCCESS'))
2191 tel_result_wrapper.result_value = CallResult('INITIATE_FAILED')
2204 tel_result_wrapper.result_value = CallResult(
2219 tel_result_wrapper.result_value = CallResult('NO_CALL_ID_FOUND')
2222 tel_result_wrapper.result_value = CallResult(
2230 tel_result_wrapper.result_value = CallResult(
2239 tel_result_wrapper.result_value = CallResult(
2258 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;