Home
last modified time | relevance | path

Searched refs:teardown_sl4a (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/blueberry/tests/sl4a_sl4a/lib/
Dsl4a_sl4a_base_test.py32 from blueberry.utils.mobly_sl4a_utils import teardown_sl4a
93 teardown_sl4a(self.cert)
94 teardown_sl4a(self.dut)
/packages/modules/Bluetooth/system/blueberry/tests/gd_sl4a/lib/
Dgd_sl4a_base_test.py31 from blueberry.utils.mobly_sl4a_utils import teardown_sl4a
73 teardown_sl4a(self.dut)
/packages/modules/Bluetooth/system/blueberry/utils/
Dmobly_sl4a_utils.py64 def teardown_sl4a(device: AndroidDevice): function