Home
last modified time | relevance | path

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

/external/skia/platform_tools/android/launcher/
Dskia_launcher.cpp26 int launch_app(int (*app_main)(int, const char**), int argc, in launch_app() function
96 return launch_app(app_main, argc - 1, ++argv); in main()
/external/autotest/client/site_tests/webstore_InstallItem/
Dwebstore_InstallItem.py21 self.launch_app(item_id)
/external/autotest/client/cros/
Dwebstore_test.py261 def launch_app(self, app_id): member in webstore_test