/tools/test/connectivity/acts/framework/acts/controllers/relay_lib/ |
D | dongles.py | 61 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)
|
D | logitech_headset.py | 46 def clean_up(self): member in LogitechAudioReceiver 48 GenericRelayDevice.clean_up(self)
|
D | sony_xb20_speaker.py | 69 def clean_up(self): member in SonyXB20Speaker 71 GenericRelayDevice.clean_up(self)
|
D | ak_xb10_speaker.py | 74 def clean_up(self): member in AkXB10Speaker 76 GenericRelayDevice.clean_up(self)
|
D | sony_xb2_speaker.py | 74 def clean_up(self): member in SonyXB2Speaker 76 GenericRelayDevice.clean_up(self)
|
D | fugu_remote.py | 61 def clean_up(self): member in FuguRemote 63 GenericRelayDevice.clean_up(self)
|
D | relay_device.py | 59 def clean_up(self): member in RelayDevice
|
D | generic_relay_device.py | 38 def clean_up(self): member in GenericRelayDevice
|
D | i6s_headset.py | 52 def clean_up(self): member in I6sHeadset
|
D | relay.py | 156 def clean_up(self): member in Relay
|
/tools/test/connectivity/acts/tests/google/coex/stress_tests/ |
D | CoexBtMultiProfileStressTest.py | 47 self.audio_receiver.clean_up() 48 self.receiver.clean_up()
|
/tools/test/connectivity/acts/framework/tests/ |
D | acts_android_device_test.py | 232 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/ |
D | relay_device_controller.py | 83 device.clean_up()
|
D | arduino_wifi_dongle.py | 86 wc.clean_up() 150 def clean_up(self): member in ArduinoWifiDongle
|
/tools/test/connectivity/acts/tests/google/coex/functionality_tests/ |
D | WlanWithHfpFunctionalityTest.py | 60 self.audio_receiver.clean_up() 93 self.audio_receiver.clean_up() 105 self.audio_receiver.clean_up()
|
D | CoexBtMultiProfileFunctionalityTest.py | 53 self.audio_receiver.clean_up()
|
/tools/test/connectivity/acts/tests/sample/ |
D | RelayDeviceSampleTest.py | 44 self.relay_device.clean_up()
|
/tools/test/connectivity/acts/tests/google/fugu/ |
D | AndroidFuguRemotePairingTest.py | 37 self.fugu_remote.clean_up()
|
/tools/test/connectivity/acts/framework/acts/test_utils/bt/ |
D | BtFunhausBaseTest.py | 81 self.dongle.clean_up() 85 self.dongle.clean_up()
|
/tools/test/connectivity/acts/tests/google/bt/power/ |
D | SetupBTPairingTest.py | 93 self.bt_device.clean_up()
|
/tools/test/connectivity/acts/tests/google/bt/audio_lab/ |
D | ThreeButtonDongleTest.py | 42 self.dongle.clean_up()
|
/tools/test/connectivity/acts/tests/google/bt/ |
D | SonyXB2PairingTest.py | 50 self.sony_xb2_speaker.clean_up()
|
D | AkXB10PairingTest.py | 50 self.ak_xb10_speaker.clean_up()
|
/tools/test/connectivity/acts/tests/google/coex/performance_tests/ |
D | WlanWithA2dpPerformanceTest.py | 44 self.audio_receiver.clean_up()
|
D | WlanWithHfpPerformanceTest.py | 54 self.audio_receiver.clean_up()
|