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.py61 def clean_up(self): member in SingleButtonDongle
63 GenericRelayDevice.clean_up(self)
109 def clean_up(self): member in ThreeButtonDongle
111 GenericRelayDevice.clean_up(self)
Dlogitech_headset.py46 def clean_up(self): member in LogitechAudioReceiver
48 GenericRelayDevice.clean_up(self)
Dsony_xb20_speaker.py69 def clean_up(self): member in SonyXB20Speaker
71 GenericRelayDevice.clean_up(self)
Dak_xb10_speaker.py74 def clean_up(self): member in AkXB10Speaker
76 GenericRelayDevice.clean_up(self)
Dsony_xb2_speaker.py74 def clean_up(self): member in SonyXB2Speaker
76 GenericRelayDevice.clean_up(self)
Dfugu_remote.py61 def clean_up(self): member in FuguRemote
63 GenericRelayDevice.clean_up(self)
Drelay_device.py59 def clean_up(self): member in RelayDevice
Dgeneric_relay_device.py38 def clean_up(self): member in GenericRelayDevice
Di6s_headset.py52 def clean_up(self): member in I6sHeadset
Drelay.py156 def clean_up(self): member in Relay
/tools/test/connectivity/acts/tests/google/coex/stress_tests/
DCoexBtMultiProfileStressTest.py47 self.audio_receiver.clean_up()
48 self.receiver.clean_up()
/tools/test/connectivity/acts/framework/tests/
Dacts_android_device_test.py232 ads[0].clean_up = mock.MagicMock()
234 ads[1].clean_up = mock.MagicMock()
237 ads[2].clean_up = mock.MagicMock()
240 ads[0].clean_up.assert_called_once_with()
241 ads[1].clean_up.assert_called_once_with()
242 ads[2].clean_up.assert_called_once_with()
/tools/test/connectivity/acts/framework/acts/controllers/
Drelay_device_controller.py83 device.clean_up()
Darduino_wifi_dongle.py86 wc.clean_up()
150 def clean_up(self): member in ArduinoWifiDongle
/tools/test/connectivity/acts/tests/google/coex/functionality_tests/
DWlanWithHfpFunctionalityTest.py60 self.audio_receiver.clean_up()
93 self.audio_receiver.clean_up()
105 self.audio_receiver.clean_up()
DCoexBtMultiProfileFunctionalityTest.py53 self.audio_receiver.clean_up()
/tools/test/connectivity/acts/tests/sample/
DRelayDeviceSampleTest.py44 self.relay_device.clean_up()
/tools/test/connectivity/acts/tests/google/fugu/
DAndroidFuguRemotePairingTest.py37 self.fugu_remote.clean_up()
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
DBtFunhausBaseTest.py81 self.dongle.clean_up()
85 self.dongle.clean_up()
/tools/test/connectivity/acts/tests/google/bt/power/
DSetupBTPairingTest.py93 self.bt_device.clean_up()
/tools/test/connectivity/acts/tests/google/bt/audio_lab/
DThreeButtonDongleTest.py42 self.dongle.clean_up()
/tools/test/connectivity/acts/tests/google/bt/
DSonyXB2PairingTest.py50 self.sony_xb2_speaker.clean_up()
DAkXB10PairingTest.py50 self.ak_xb10_speaker.clean_up()
/tools/test/connectivity/acts/tests/google/coex/performance_tests/
DWlanWithA2dpPerformanceTest.py44 self.audio_receiver.clean_up()
DWlanWithHfpPerformanceTest.py54 self.audio_receiver.clean_up()

12