Home
last modified time | relevance | path

Searched refs:accept_call (Results 1 – 5 of 5) sorted by relevance

/tools/test/connectivity/acts/tests/google/bt/car_bt/
DBtCarHfpConferenceTest.py112 if not car_telecom_utils.accept_call(self.log, self.hf, call_1[0]):
141 if not car_telecom_utils.accept_call(self.log, self.hf, call_2[0]):
/tools/test/connectivity/acts/framework/acts/controllers/relay_lib/
Di6s_headset.py104 def accept_call(self): member in I6sHeadset
/tools/test/connectivity/acts/tests/google/coex/performance_tests/
DWlanWithHfpPerformanceTest.py72 if not self.audio_receiver.accept_call():
/tools/test/connectivity/acts/tests/google/coex/functionality_tests/
DWlanWithHfpFunctionalityTest.py77 if not self.audio_receiver.accept_call():
/tools/test/connectivity/acts/framework/acts/test_utils/car/
Dcar_telecom_utils.py229 def accept_call(log, ad, call_id): function