Home
last modified time | relevance | path

Searched defs:is_apk_installed (Results 1 – 2 of 2) sorted by relevance

/tools/asuite/adevice/src/
Dadevice.rs505 fn is_apk_installed(host_path: &Path, installed_packages: &HashSet<String>) -> Result<bool> { in is_apk_installed() function
/tools/test/connectivity/acts/framework/acts/controllers/
Dandroid_device.py1019 def is_apk_installed(self, package_name): member in AndroidDevice