Home
last modified time | relevance | path

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

/aosp12/frameworks/base/startop/scripts/app_startup/lib/
H A Dapp_runner_test.py21 from app_runner import AppRunner, AppRunnerListener
28 class AppRunnerTestListener(AppRunnerListener):
H A Dapp_runner.py28 class AppRunnerListener(object): class
88 def add_callbacks(self, listener: AppRunnerListener): argument
91 def remove_callbacks(self, listener: AppRunnerListener): argument
H A Dperfetto_trace_collector.py30 from app_startup.lib.app_runner import AppRunner, AppRunnerListener
35 class PerfettoTraceCollector(AppRunnerListener):
/aosp12/frameworks/base/startop/scripts/app_startup/
H A Drun_app_with_prefetch.py37 from lib.app_runner import AppRunner, AppRunnerListener
47 class PrefetchAppRunner(AppRunnerListener):