Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/test_utils/tel/loggers/protos/
Dtelephony_metric.proto18 enum CallResult { enum
34 optional CallResult result = 1;
/tools/test/connectivity/acts/tests/google/tel/live/
DTelLiveVoiceTest.py103 CallResult = TelephonyVoiceTestResult.CallResult.Value variable
181 self.tel_logger.set_result(CallResult("CALL_SETUP_FAILURE"))
211 self.tel_logger.set_result(CallResult("CALL_SETUP_FAILURE"))
241 self.tel_logger.set_result(CallResult("CALL_SETUP_FAILURE"))
397 self.tel_logger.set_result(CallResult("CALL_SETUP_FAILURE"))
428 self.tel_logger.set_result(CallResult("CALL_SETUP_FAILURE"))
460 self.tel_logger.set_result(CallResult("UNAVAILABLE_NETWORK_TYPE"))
468 self.tel_logger.set_result(CallResult("CALL_SETUP_FAILURE"))
500 self.tel_logger.set_result(CallResult("UNAVAILABLE_NETWORK_TYPE"))
508 self.tel_logger.set_result(CallResult("CALL_SETUP_FAILURE"))
[all …]
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_voice_utils.py100 CallResult = TelephonyVoiceTestResult.CallResult.Value variable
194 tel_result = TelResultWrapper(CallResult('SUCCESS'))
200 return TelResultWrapper(CallResult('CALL_SETUP_FAILURE'))
203 return TelResultWrapper(CallResult('CALL_SETUP_FAILURE'))
345 tel_result = TelResultWrapper(CallResult('SUCCESS'))
351 return TelResultWrapper(CallResult('CALL_SETUP_FAILURE'))
354 return TelResultWrapper(CallResult('CALL_SETUP_FAILURE'))
Dtel_test_utils.py194 CallResult = TelephonyVoiceTestResult.CallResult.Value variable
221 return self._result_value == CallResult('SUCCESS')
2315 tel_result_wrapper = TelResultWrapper(CallResult('SUCCESS'))
2339 tel_result_wrapper.result_value = CallResult('INITIATE_FAILED')
2352 tel_result_wrapper.result_value = CallResult(
2367 tel_result_wrapper.result_value = CallResult('NO_CALL_ID_FOUND')
2370 tel_result_wrapper.result_value = CallResult(
2378 tel_result_wrapper.result_value = CallResult(
2387 tel_result_wrapper.result_value = CallResult(
2406 tel_result_wrapper.result_value = CallResult(
[all …]