Searched refs:CallResult (Results 1 – 4 of 4) sorted by relevance
99 CallResult = TelephonyVoiceTestResult.CallResult.Value variable134 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 …]
98 CallResult = TelephonyVoiceTestResult.CallResult.Value variable192 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'))
202 CallResult = TelephonyVoiceTestResult.CallResult.Value variable229 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 …]
18 enum CallResult { enum34 optional CallResult result = 1;