Home
last modified time | relevance | path

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

/frameworks/base/startop/scripts/app_startup/
Dapp_startup_runner.py220 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)
Dquery_compiler_filter.py40 from app_startup_runner import execute_arbitrary_command
77 …code, res = execute_arbitrary_command(['adb', 'shell', 'dumpsys', 'package', package], simulate=Fa…