Searched refs:uninstallBlocked (Results 1 – 4 of 4) sorted by relevance
181 … void setUninstallBlocked(in ComponentName admin, in String packageName, boolean uninstallBlocked); in setUninstallBlocked() argument
3466 boolean uninstallBlocked) { in setUninstallBlocked() argument3469 mService.setUninstallBlocked(admin, packageName, uninstallBlocked); in setUninstallBlocked()
5135 boolean uninstallBlocked) { in setUninstallBlocked() argument5147 pm.setBlockUninstallForUser(packageName, uninstallBlocked, userId); in setUninstallBlocked()
10804 boolean uninstallBlocked = false; in deletePackage()10809 uninstallBlocked = true; in deletePackage()10814 uninstallBlocked = getBlockUninstallForUser(packageName, userId); in deletePackage()10816 if (uninstallBlocked) { in deletePackage()