Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/pandora/test/
Dasha_test.py153 …async def is_device_connected(self, device: PandoraDevice, connection: Connection, timeout: float)… member in AshaTest
481 … assert_false(await self.is_device_connected(self.ref_left, ref_dut, 5), "Should be disconnected")
520 …assert_false(await self.is_device_connected(self.ref_left, ref_left_dut, 5), "Should be disconnect…
521 …assert_false(await self.is_device_connected(self.ref_right, ref_right_dut, 5), "Should be disconne…
546 assert_false(await self.is_device_connected(self.dut, dut_ref, 5), "Should be disconnected")
662 …assert_true(await self.is_device_connected(self.ref_right, ref_right_dut, 5), "Should be disconnec…
663 …assert_false(await self.is_device_connected(self.ref_left, ref_left_dut, 5), "Should be disconnect…
666 …assert_false(await self.is_device_connected(self.ref_right, ref_right_dut, 5), "Should be disconne…
667 …assert_true(await self.is_device_connected(self.ref_left, ref_left_dut, 5), "Should be disconnecte…
735 …assert_false(await self.is_device_connected(self.ref_left, ref_left_dut, 5), "Should be disconnect…
[all …]
/packages/modules/Bluetooth/system/blueberry/tests/pan/
Dbluetooth_pan_test.py87 def is_device_connected(): function
96 condition_func=is_device_connected,
/packages/modules/Bluetooth/system/blueberry/utils/
Dandroid_bluetooth_decorator.py1308 def is_device_connected(): function
1316 condition_func=is_device_connected,