Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/abstract_devices/
Dbluetooth_handsfree_abstract_device.py68 def accept_call(self): member in BluetoothHandsfreeAbstractDevice
120 def accept_call(self): member in PixelBudsBluetoothHandsfreeAbstractDevice
173 def accept_call(self): member in EarstudioReceiverBluetoothHandsfreeAbstractDevice
219 def accept_call(self): member in JaybirdX3EarbudsBluetoothHandsfreeAbstractDevice
276 def accept_call(self): member in AndroidHeadsetBluetoothHandsfreeAbstractDevice
/tools/test/connectivity/acts_tests/tests/google/bt/car_bt/
DBtCarHfpConferenceTest.py115 if not car_telecom_utils.accept_call(self.log, self.re, re_ringing_call_id[0]):
148 if not car_telecom_utils.accept_call(self.log, self.re2, re2_ringing_call_id[0]):
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
Dsimulated_carkit_device.py38 def accept_call(self): member in SimulatedCarkitDevice
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/car/
Dcar_telecom_utils.py211 def accept_call(log, ad, call_id): function