Home
last modified time | relevance | path

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

/developtools/hdc/scripts/
Ddev_hdc_test.py258 def _check_app_installed(bundle, is_shared=False): function
287 return check_shell(install_cmd, "successfully") and _check_app_installed(bundle, "s" in args)
292 …return check_shell(uninstall_cmd, "successfully") and not _check_app_installed(bundle, "s" in args)
308 return check_shell(cmd, "successfully") and _check_app_installed(bundle, "s" in opt)
313 return check_shell(cmd, "successfully") and not _check_app_installed(bundle, "s" in opt)