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()
15595 if (!deleteAllUsers && getBlockUninstallForUser(packageName, userId)) { in deletePackage()15680 if (getBlockUninstallForUser(packageName, userId)) { in getBlockUninstallForUsers()16252 public boolean getBlockUninstallForUser(String packageName, int userId) { in getBlockUninstallForUser() method
7858 return mIPackageManager.getBlockUninstallForUser(packageName, userId); in isUninstallBlocked()