Searched refs:getBlockUninstallForUser (Results 1 – 4 of 4) sorted by relevance
547 boolean getBlockUninstallForUser(String packageName, int userId); in getBlockUninstallForUser() method
202 if (ipm.getBlockUninstallForUser(packageName, userId)) { in checkIfUninstallBlocked()
15440 if (!deleteAllUsers && getBlockUninstallForUser(packageName, userId)) {15494 if (getBlockUninstallForUser(packageName, userId)) {16060 public boolean getBlockUninstallForUser(String packageName, int userId) {
7561 return mIPackageManager.getBlockUninstallForUser(packageName, userId); in isUninstallBlocked()