Home
last modified time | relevance | path

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

12

/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_xb2_speaker.py59 def clean_up(self): member in SonyXB2Speaker
61 BluetoothRelayDevice.clean_up(self)
Dsony_xb20_speaker.py57 def clean_up(self): member in SonyXB20Speaker
59 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
Drelay.py156 def clean_up(self): member in Relay
/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_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()
DCoexBtMultiProfileFunctionalityTest.py60 self.audio_receiver.clean_up()
/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()
/tools/test/connectivity/acts_tests/acts_contrib/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/framework/acts/controllers/
Drelay_device_controller.py83 device.clean_up()
Darduino_wifi_dongle.py80 wc.clean_up()
152 def clean_up(self): member in ArduinoWifiDongle
/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()
/tools/test/connectivity/acts_tests/tests/google/bt/
DSonyXB2PairingTest.py50 self.sony_xb2_speaker.clean_up()
/tools/test/connectivity/acts_tests/tests/google/coex/performance_tests/
DWlanWithHfpPerformanceTest.py51 self.audio_receiver.clean_up()
DCoexBtMultiProfilePerformanceTest.py66 self.audio_receiver.clean_up()

12