Home | History | Annotate | Download | only in car_bt

Lines Matching refs:hf

44                 self.hf, self.ag,
110 # First check if HF is in dialing state, we can send an actual hangup if
112 if self.hf.droid.telecomIsInCall():
113 self.log.info("HF still in call, send hangup")
114 self.hf.droid.telecomEndCall()
130 Test calling and hangup from HF with varied delays as defined in
138 a) Call HF
140 c) Hangup HF
158 if not self.dial_a_hangup_b_quick(self.hf, self.hf, delay):
212 Test calling and hangup from HF and AG resp. with varied delays as defined in
220 a) Call HF
240 if not self.dial_a_hangup_b_quick(self.hf, self.ag, delay):
253 Test calling and hangup from HF and AG resp. with varied delays as defined in
263 c) Hangup HF
281 if not self.dial_a_hangup_b_quick(self.ag, self.hf, delay):