Home
last modified time | relevance | path

Searched refs:_wait_for_condition (Results 1 – 2 of 2) sorted by relevance

/external/autotest/server/cros/bluetooth/
Dbluetooth_adapter_tests.py498 def _wait_for_condition(self, func, method_name, member in BluetoothAdapterTests
561 is_powered_on = self._wait_for_condition(
575 is_powered_on = self._wait_for_condition(
586 is_powered_off = self._wait_for_condition(
604 is_powered_on = self._wait_for_condition(
619 is_powered_off = self._wait_for_condition(
642 is_discovering = self._wait_for_condition(
655 is_not_discovering = self._wait_for_condition(
669 is_discoverable = self._wait_for_condition(
682 is_nondiscoverable = self._wait_for_condition(
[all …]
/external/autotest/server/cros/cfm/configurable_test/
Dactions.py288 _wait_for_condition(
292 _wait_for_condition(
389 def _wait_for_condition(condition, timeout_seconds=10): function