Searched refs:call_type (Results 1 – 5 of 5) sorted by relevance
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/ |
D | gft_inout_utils.py | 117 def mo_voice_call(log, ad, call_type, end_call=True, talk_time=15, argument 135 ad.log.info("MO voice call. call_type=%s" %(call_type)) 145 check_voice_call_type(ad,call_type) 167 ad.log.error("%s Unexpected call drop" %(call_type)) 171 ad.log.info("%s successful" %(call_type)) 175 def check_voice_call_type(ad, call_type): argument 187 log_screen_shot(ad, "expected_call_type_%s" %call_type) 188 if call_type == CSFB_CALL: 190 ad.log.error("current call is not %s" %(call_type)) 193 ad.log.info("current call is CSFB %s" %(call_type)) [all …]
|
D | GFTInOutBaseTest.py | 226 def verify_device_status(self, ad, call_type=None, end_call=True, argument 258 if call_type: 259 tasks = [(mo_voice_call, (self.log, ad, call_type, end_call,
|
/tools/test/connectivity/acts_tests/tests/google/tel/lab/ |
D | TelLabGFTVoWifiStressTest.py | 208 call_type = VOLTE_CALL 211 call_type = WFC_CALL 212 if not self._voice_call(self.android_devices, call_type, end_call=True): 214 tasks = [(self.verify_device_status, (ad, call_type, True, 296 call_type = VOLTE_CALL 299 call_type = WFC_CALL 300 if not self._voice_call(self.android_devices, call_type, end_call=True): 329 call_type = VOLTE_CALL 332 call_type = WFC_CALL 333 if not self._voice_call(self.android_devices, call_type, [all …]
|
D | TelLabGFTVoWifiTest.py | 153 def _enable_wifi_calling(self, wfc_mode, call_type=NO_VOICE_CALL, argument 178 if call_type != NO_VOICE_CALL: 179 if not self._voice_call(self.android_devices, call_type, end_call, talk_time): 180 self.log.error("%s failuer" %call_type) 184 def _voice_call(self, ads, call_type, end_call=True, talk_time=15): argument 195 tasks = [(mo_voice_call, (self.log, ad, call_type, end_call, talk_time)) 198 error_msg = "%s failure" %(call_type) 353 def _device_status_check(self, call_type=None, end_call=True, argument 370 tasks = [(self.verify_device_status, (ad, call_type, end_call, 428 if not self._enable_wifi_calling(wfc_mode, call_type=WFC_CALL, [all …]
|
/tools/test/connectivity/acts_tests/tests/google/bt/car_bt/ |
D | BtCarHfpTest.py | 284 call_type = None 286 call_type = CALL_TYPE_OUTGOING 291 call_type = CALL_TYPE_INCOMING 296 self.log.info("Call type is {}".format(call_type)) 306 if call_type == CALL_TYPE_OUTGOING:
|