Searched refs:check_app_install (Results 1 – 2 of 2) sorted by relevance
31 from dev_hdc_test import check_app_install, check_app_uninstall, prepare_source67 assert check_app_install(package_hap, app_name_default)70 assert check_app_install(package_hap, app_name_default, "-r")
284 def check_app_install(app, bundle, args=""): function