Home
last modified time | relevance | path

Searched refs:is_discovering (Results 1 – 4 of 4) sorted by relevance

/external/autotest/server/cros/bluetooth/
Dbluetooth_dbus_api_tests.py116 lambda: not self.bluetooth_facade.is_discovering(),
130 is_discovering = self._wait_for_condition(
131 self.bluetooth_facade.is_discovering, method_name())
132 return is_discovering
190 is_discovering = self._wait_till_discovery_starts(start_discovery=False)
197 'is_discovering': is_discovering,
210 is_discovering = self._wait_till_discovery_starts()
216 'is_discovering' : is_discovering,
277 is_discovering = self._wait_till_discovery_starts()
285 'is_discovering': is_discovering,
Dbluetooth_adapter_tests.py1629 is_discovering = self._wait_for_condition(
1630 self.bluetooth_facade.is_discovering, method_name())
1634 'is_discovering': is_discovering}
1640 is_discovering = self._wait_for_condition(
1641 self.bluetooth_facade.is_discovering, method_name())
1643 self.results = {'is_discovering': is_discovering}
1649 if not self.bluetooth_facade.is_discovering():
1654 lambda: not self.bluetooth_facade.is_discovering(),
2002 lambda: not self.bluetooth_facade.is_discovering(),
Dbluetooth_device.py649 def is_discovering(self): member in BluetoothDevice
/external/autotest/server/site_tests/network_WiFi_BT_AntennaCoex/
Dnetwork_WiFi_BT_AntennaCoex.py39 utils.poll_for_condition(self.bluetooth_facade.is_discovering,
86 utils.poll_for_condition(self.bluetooth_facade.is_discovering,