Searched refs:CallResult (Results 1 – 7 of 7) sorted by relevance
105 CallResult = TelephonyVoiceTestResult.CallResult.Value variable183 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 …]
61 CallResult = TelephonyVoiceTestResult.CallResult.Value variable302 self.tel_logger.set_result(CallResult("CALL_SETUP_FAILURE"))
80 CallResult = TelephonyVoiceTestResult.CallResult.Value variable747 self.tel_logger.set_result(CallResult("CALL_SETUP_FAILURE"))
57 CallResult = TelephonyVoiceTestResult.CallResult.Value variable
103 CallResult = TelephonyVoiceTestResult.CallResult.Value variable197 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 …]
204 CallResult = TelephonyVoiceTestResult.CallResult.Value variable231 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 …]
18 enum CallResult { enum34 optional CallResult result = 1;