Home
last modified time | relevance | path

Searched refs:clean_up (Results 1 – 25 of 36) sorted by relevance

12

/tools/test/connectivity/acts/framework/tests/
Dacts_android_device_test.py233 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()
Dacts_relay_controller_test.py166 new_relay.clean_up()
175 new_relay.clean_up()
186 new_relay.clean_up()
/tools/test/connectivity/acts/framework/acts/controllers/relay_lib/
Ddongles.py68 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)
Dlogitech_headset.py42 def clean_up(self): member in LogitechAudioReceiver
44 BluetoothRelayDevice.clean_up(self)
Dskullcandy.py54 def clean_up(self): member in Skullcandy
56 BluetoothRelayDevice.clean_up(self)
Dak_xb10_speaker.py59 def clean_up(self): member in AkXB10Speaker
61 BluetoothRelayDevice.clean_up(self)
Dsony_xb20_speaker.py57 def clean_up(self): member in SonyXB20Speaker
59 BluetoothRelayDevice.clean_up(self)
Dsony_xb2_speaker.py59 def clean_up(self): member in SonyXB2Speaker
61 BluetoothRelayDevice.clean_up(self)
Dfugu_remote.py49 def clean_up(self): member in FuguRemote
51 BluetoothRelayDevice.clean_up(self)
Drelay_device.py59 def clean_up(self): member in RelayDevice
Dpower_supply.py48 def clean_up(self): member in PowerSupply
Dgeneric_relay_device.py55 def clean_up(self): member in GenericRelayDevice
Di6s_headset.py47 def clean_up(self): member in I6sHeadset
/tools/test/connectivity/acts_tests/tests/google/coex/functionality_tests/
DWlanWithHfpFunctionalityTest.py58 self.audio_receiver.clean_up()
91 self.audio_receiver.clean_up()
103 self.audio_receiver.clean_up()
/tools/test/connectivity/acts/framework/acts/controllers/
Dfuchsia_device.py128 fd.clean_up()
424 self.clean_up()
616 def clean_up(self): member in FuchsiaDevice
Darduino_wifi_dongle.py81 wc.clean_up()
153 def clean_up(self): member in ArduinoWifiDongle
Dbluetooth_pts_device.py135 pts[0].clean_up()
282 def clean_up(self): member in BluetoothPtsDevice
Dandroid_device.py120 ad.clean_up()
389 def clean_up(self): member in AndroidDevice
Drelay_device_controller.py83 device.clean_up()
/tools/test/connectivity/acts_tests/tests/google/coex/stress_tests/
DCoexBtMultiProfileStressTest.py51 self.audio_receiver.clean_up()
52 self.receiver.clean_up()
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
DBtFunhausBaseTest.py80 self.dongle.clean_up()
84 self.dongle.clean_up()
Dsimulated_carkit_device.py36 self.ad.clean_up()
/tools/test/connectivity/acts_tests/tests/sample/
DRelayDeviceSampleTest.py44 self.relay_device.clean_up()
/tools/test/connectivity/acts_tests/tests/google/fugu/
DAndroidFuguRemotePairingTest.py37 self.fugu_remote.clean_up()
/tools/test/connectivity/acts_tests/tests/google/bt/power/
DSetupBTPairingTest.py93 self.bt_device.clean_up()

12