Home
last modified time | relevance | path

Searched defs:PandoraDevice (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/
DPandoraDevice.java41 public final class PandoraDevice extends ExternalResource { class
48 public PandoraDevice(String networkAddress, int port) { in PandoraDevice() method in PandoraDevice
53 public PandoraDevice() { in PandoraDevice() method in PandoraDevice
/packages/modules/Bluetooth/android/pandora/test/
Dgatt_test.py291 async def is_connected(device: PandoraDevice, connection: Connection) -> bool:
Dasha_test.py96 self, ref_device: PandoraDevice, ref_address_type: OwnAddressType, ear: Ear
153 …async def is_device_connected(self, device: PandoraDevice, connection: Connection, timeout: float)…