Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/gnss/
DGnssBlankingBase.py286 def hot_start_ttff_ffpe_process(self, iteration, wait): argument
327 wait=0): argument
388 wait=0, argument
DLabTtffTestBase.py416 def start_gnss_and_wait(self, wait=60): argument
/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/controllers/gnss_lib/
DGnssSimulator.py181 def ping_inst(self, retry=3, wait=1): argument
/tools/test/connectivity/acts/framework/acts/libs/proc/
Dprocess.py165 def wait(self, kill_timeout=60.0): member in Process
/tools/asuite/adevice/tests/common/
Dfakes.rs140 fn wait(&self, _profiler: &mut Profiler) -> Result<String> { in wait() method
/tools/asuite/adevice/src/
Ddevice.rs65 fn wait(&self, profiler: &mut Profiler) -> Result<String> { in wait() method
Dadevice.rs66 fn wait(&self, profiler: &mut Profiler) -> Result<String>; in wait() method
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DTestDeviceTest.java4485 int apiLevel, boolean wait, boolean force, String expectedCommand) throws Exception { in verifyStopUserSuccess()