Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/
Dapollo_lib.py227 def cmd(self, cmds, wait=None): argument
249 def _cmd(self, cmd, wait=None, throw_error=True): argument
480 def reset(self, wait=5): argument
586 def wait(self, timeout=1): member in BudsDevice
668 def music_control_events(self, cmd, regexp=None, wait=.5): argument
883 def touch_key_press_event(self, wait=1): argument
/tools/test/connectivity/acts/framework/tests/
Dacts_job_test.py57 def wait(self): member in FakePopen
/tools/test/connectivity/acts/framework/acts/libs/proc/
Dprocess.py165 def wait(self, kill_timeout=60.0): member in Process