Home
last modified time | relevance | path

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

/external/chromium-crossbench/crossbench/plt/
Dandroid_adb.py115 return self.shell_stdout("id").startswith("uid=0(root)")
208 def shell_stdout(self, member in Adb
301 return self.shell_stdout(*cmd, quiet=quiet, encoding=encoding)
308 return self.shell_stdout(*cmd, quiet=quiet, encoding=encoding)
315 return self.shell_stdout(*cmd, quiet=quiet, encoding=encoding).strip()
540 display_info: str = self.adb.shell_stdout("dumpsys", "display")
664 for line in self.adb.shell_stdout("getprop").strip().splitlines():