Home | History | Annotate | Download | only in car_bt

Lines Matching refs:ag

53                 self.hf, self.ag,
63 Tests if we can have a 3-way calling between re, RE2 and AG/HF.
69 1. Make a call from re to AG
70 2. Wait for dialing on re and ringing on HF/AG.
72 4. Make a call on RE2 to AG
73 5. Wait for dialing on re and ringing on HF/AG.
75 7. See that HF/AG have one active and one held call.
77 9. Verify that we have a conference call on HF/AG.
88 # Dial AG from re
95 ret &= wait_for_ringing_call(self.log, self.ag)
123 ret &= wait_for_ringing_call(self.log, self.ag)
127 self.log.error("AG and HF not in ringing state.")