Home | History | Annotate | Download | only in car_bt

Lines Matching refs:hf

41         bt_test_utils.set_profile_priority(self.hf, self.ag, [
46 self.hf, self.ag, [BtEnum.BluetoothProfile.HEADSET_CLIENT.value],
50 self.hf, self.ag,
76 self.hf.droid.telecomGetUserSelectedOutgoingPhoneAccount()
78 self.hf.log.error("No default account found.")
86 self.hf.log.error("No component name for account {}".format(
90 self.hf.log.error("Component name does not start with pkg name {}".
99 Tests if we can make a phone call from HF role and disconnect from HF
106 1. Make a call from HF role.
107 2. Wait for the HF, AG to be dialing and RE to see the call ringing.
108 3. Hangup the call on HF role.
117 return self.dial_a_hangup_b(self.hf, self.hf)
131 2. Wait for the HF, AG to be in dialing and RE to see the call ringing.
147 Tests if we can make a phone call from AG role and disconnect from HF
155 2. Wait for the HF, AG to show dialing and RE to see the call ringing.
156 3. Hangup the call on HF role.
165 return self.dial_a_hangup_b(self.ag, self.hf)
171 Tests if we can make a phone call from HF role and disconnect from AG
178 1. Make a call from HF role.
179 2. Wait for the HF, AG to show dialing and RE to see the call ringing.
189 return self.dial_a_hangup_b(self.hf, self.ag)
203 2. Wait for the HF, AG to show ringing and RE to see the call dialing.
217 a, b and c can be either of AG, HF or Remote.
230 if caller == self.ag or caller == self.hf:
232 if callee != self.ag and callee != self.hf:
233 self.log.info("outgoing call should terminate at AG or HF")
252 ret &= tel_telecom_utils.wait_for_dialing(self.log, self.hf)
256 ret &= tel_telecom_utils.wait_for_ringing(self.log, self.hf)