/tools/test/connectivity/acts/framework/tests/ |
D | acts_android_device_test.py | 233 ads[0].clean_up = mock.MagicMock() 235 ads[1].clean_up = mock.MagicMock() 238 ads[2].clean_up = mock.MagicMock() 241 ads[0].clean_up.assert_called_once_with() 242 ads[1].clean_up.assert_called_once_with() 243 ads[2].clean_up.assert_called_once_with()
|
D | acts_relay_controller_test.py | 166 new_relay.clean_up() 175 new_relay.clean_up() 186 new_relay.clean_up()
|
/tools/test/connectivity/acts/framework/acts/controllers/relay_lib/ |
D | dongles.py | 68 def clean_up(self): member in SingleButtonDongle 70 BluetoothRelayDevice.clean_up(self) 88 def clean_up(self): member in ThreeButtonDongle 90 BluetoothRelayDevice.clean_up(self)
|
D | logitech_headset.py | 42 def clean_up(self): member in LogitechAudioReceiver 44 BluetoothRelayDevice.clean_up(self)
|
D | skullcandy.py | 54 def clean_up(self): member in Skullcandy 56 BluetoothRelayDevice.clean_up(self)
|
D | ak_xb10_speaker.py | 59 def clean_up(self): member in AkXB10Speaker 61 BluetoothRelayDevice.clean_up(self)
|
D | sony_xb20_speaker.py | 57 def clean_up(self): member in SonyXB20Speaker 59 BluetoothRelayDevice.clean_up(self)
|
D | sony_xb2_speaker.py | 59 def clean_up(self): member in SonyXB2Speaker 61 BluetoothRelayDevice.clean_up(self)
|
D | fugu_remote.py | 49 def clean_up(self): member in FuguRemote 51 BluetoothRelayDevice.clean_up(self)
|
D | relay_device.py | 59 def clean_up(self): member in RelayDevice
|
D | power_supply.py | 48 def clean_up(self): member in PowerSupply
|
D | generic_relay_device.py | 55 def clean_up(self): member in GenericRelayDevice
|
D | i6s_headset.py | 47 def clean_up(self): member in I6sHeadset
|
/tools/test/connectivity/acts_tests/tests/google/coex/functionality_tests/ |
D | WlanWithHfpFunctionalityTest.py | 58 self.audio_receiver.clean_up() 91 self.audio_receiver.clean_up() 103 self.audio_receiver.clean_up()
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | fuchsia_device.py | 128 fd.clean_up() 424 self.clean_up() 616 def clean_up(self): member in FuchsiaDevice
|
D | arduino_wifi_dongle.py | 81 wc.clean_up() 153 def clean_up(self): member in ArduinoWifiDongle
|
D | bluetooth_pts_device.py | 135 pts[0].clean_up() 282 def clean_up(self): member in BluetoothPtsDevice
|
D | android_device.py | 120 ad.clean_up() 389 def clean_up(self): member in AndroidDevice
|
D | relay_device_controller.py | 83 device.clean_up()
|
/tools/test/connectivity/acts_tests/tests/google/coex/stress_tests/ |
D | CoexBtMultiProfileStressTest.py | 51 self.audio_receiver.clean_up() 52 self.receiver.clean_up()
|
/tools/test/connectivity/acts/framework/acts/test_utils/bt/ |
D | BtFunhausBaseTest.py | 80 self.dongle.clean_up() 84 self.dongle.clean_up()
|
D | simulated_carkit_device.py | 36 self.ad.clean_up()
|
/tools/test/connectivity/acts_tests/tests/sample/ |
D | RelayDeviceSampleTest.py | 44 self.relay_device.clean_up()
|
/tools/test/connectivity/acts_tests/tests/google/fugu/ |
D | AndroidFuguRemotePairingTest.py | 37 self.fugu_remote.clean_up()
|
/tools/test/connectivity/acts_tests/tests/google/bt/power/ |
D | SetupBTPairingTest.py | 93 self.bt_device.clean_up()
|