Searched defs:uninstallBlocked (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java8631 boolean uninstallBlocked) {
8640 mIPackageManager.setBlockUninstallForUser(packageName, uninstallBlocked, userId);
8630 setUninstallBlocked(ComponentName who, String callerPackage, String packageName, boolean uninstallBlocked) argument
/frameworks/base/core/java/android/app/admin/
H A DDevicePolicyManager.java6584 * @param uninstallBlocked true if the user shouldn't be able to uninstall the package.
6590 boolean uninstallBlocked) {
6595 uninstallBlocked);
6589 setUninstallBlocked(@ullable ComponentName admin, String packageName, boolean uninstallBlocked) argument

Completed in 163 milliseconds