Searched refs:_check_app_installed (Results 1 – 1 of 1) sorted by relevance
258 def _check_app_installed(bundle, is_shared=False): function287 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)