Home
last modified time | relevance | path

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

/tools/asuite/adevice/src/
Ddevice.rs73 self.wait_for_adb_with_timeout(&args, Duration::from_secs(70))?; in wait()
86 let result = self.wait_for_adb_with_timeout(&args, Duration::from_secs(100)); in wait()
251 pub fn wait_for_adb_with_timeout(&self, args: &[String], timeout: Duration) -> Result<String> { in wait_for_adb_with_timeout() method