Searched refs:CallResult (Results 1 – 4 of 4) sorted by relevance
18 enum CallResult { enum34 optional CallResult result = 1;
103 CallResult = TelephonyVoiceTestResult.CallResult.Value variable181 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 …]
100 CallResult = TelephonyVoiceTestResult.CallResult.Value variable194 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'))
194 CallResult = TelephonyVoiceTestResult.CallResult.Value variable221 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 …]