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.py504 def _wait_for_condition(self, func, method_name, member in BluetoothAdapterTests
567 is_powered_on = self._wait_for_condition(
581 is_powered_on = self._wait_for_condition(
592 is_powered_off = self._wait_for_condition(
610 is_powered_on = self._wait_for_condition(
625 is_powered_off = self._wait_for_condition(
648 is_discovering = self._wait_for_condition(
661 is_not_discovering = self._wait_for_condition(
676 is_discoverable = self._wait_for_condition(
689 is_nondiscoverable = self._wait_for_condition(
[all …]
/external/autotest/server/cros/cfm/configurable_test/
Dactions.py295 _wait_for_condition(
299 _wait_for_condition(
396 def _wait_for_condition(condition, timeout_seconds=10): function