Searched refs:ph (Results 1 – 3 of 3) sorted by relevance
/tools/test/connectivity/acts/tests/google/bt/car_bt/ |
D | BtCarPairedConnectDisconnectTest.py | 41 self.ph = self.android_devices[1] 43 self.ph_bt_addr = self.ph.droid.bluetoothGetLocalAddress() 45 bt_test_utils.setup_multiple_devices_for_bt_test([self.car, self.ph]) 50 self.car, self.ph, auto_confirm=False) 80 self.ph.droid.bluetoothGetLocalAddress(), 82 self.ph.droid.bluetoothHspSetPriority( 85 addr = self.ph.droid.bluetoothGetLocalAddress() 87 self.car, self.ph, 115 addr = self.ph.droid.bluetoothGetLocalAddress() 120 self.car, self.ph, [all …]
|
D | BtCarHfpFuzzTest.py | 70 def dial_a_hangup_b_quick(self, a, b, delay=0, ph=""): argument 77 if ph == "": ph = self.re_phone_number 81 a.droid.telecomCallTelUri(ph)
|
D | BtCarHfpTest.py | 270 def dial_a_hangup_b(self, caller, callee, ph=""): argument 281 if ph == "": ph = self.re_phone_number 299 if not tel_telecom_utils.dial_number(self.log, caller, ph):
|