Searched refs:execute_arbitrary_command (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/startop/scripts/app_startup/ |
D | app_startup_runner.py | 220 def execute_arbitrary_command(cmd: List[str], simulate: bool, timeout: int) -> Tuple[bool, str]: function 248 execute_arbitrary_command([_UNLOCK_SCREEN_SCRIPT], simulate, timeout) 261 …(collector_passed, collector_script_output) = execute_arbitrary_command(collector_cmd, simulate, c… 269 (passed, script_output) = execute_arbitrary_command(cmd, simulate, timeout)
|
D | query_compiler_filter.py | 40 from app_startup_runner import execute_arbitrary_command 77 …code, res = execute_arbitrary_command(['adb', 'shell', 'dumpsys', 'package', package], simulate=Fa…
|