Home
last modified time | relevance | path

Searched refs:setBlockUninstallLPw (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DSettings.java1815 setBlockUninstallLPw(userId, name, true); in readPackageRestrictionsLPr()
1857 void setBlockUninstallLPw(int userId, String packageName, boolean blockUninstall) { in setBlockUninstallLPw() method in Settings
DPackageManagerService.java20247 mSettings.setBlockUninstallLPw(userId, packageName, blockUninstall); in setBlockUninstallForUser()