Searched defs:wait (Results 1 – 10 of 10) sorted by relevance
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/gnss/ |
D | GnssBlankingBase.py | 286 def hot_start_ttff_ffpe_process(self, iteration, wait): argument 327 wait=0): argument 388 wait=0, argument
|
D | LabTtffTestBase.py | 416 def start_gnss_and_wait(self, wait=60): argument
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/ |
D | apollo_lib.py | 227 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/ |
D | acts_job_test.py | 57 def wait(self): member in FakePopen
|
/tools/test/connectivity/acts/framework/acts/controllers/gnss_lib/ |
D | GnssSimulator.py | 181 def ping_inst(self, retry=3, wait=1): argument
|
/tools/test/connectivity/acts/framework/acts/libs/proc/ |
D | process.py | 165 def wait(self, kill_timeout=60.0): member in Process
|
/tools/asuite/adevice/tests/common/ |
D | fakes.rs | 140 fn wait(&self, _profiler: &mut Profiler) -> Result<String> { in wait() method
|
/tools/asuite/adevice/src/ |
D | device.rs | 65 fn wait(&self, profiler: &mut Profiler) -> Result<String> { in wait() method
|
D | adevice.rs | 66 fn wait(&self, profiler: &mut Profiler) -> Result<String>; in wait() method
|
/tools/tradefederation/core/javatests/com/android/tradefed/device/ |
D | TestDeviceTest.java | 4485 int apiLevel, boolean wait, boolean force, String expectedCommand) throws Exception { in verifyStopUserSuccess()
|