Home
last modified time | relevance | path

Searched refs:getBlockUninstall (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DSuspendPackageHelper.java570 if (!isCallerOwner && snapshot.getBlockUninstall(targetUserId, packageName)) { in canSuspendPackageForUser()
DComputer.java655 boolean getBlockUninstall(@UserIdInt int userId, @NonNull String packageName); in getBlockUninstall() method
DComputerEngine.java288 public boolean getBlockUninstall(@UserIdInt int userId, @NonNull String packageName) { in getBlockUninstall() method in ComputerEngine.Settings
5080 return mSettings.getBlockUninstall(userId, packageName); in getBlockUninstallForUser()
5814 public boolean getBlockUninstall(@UserIdInt int userId, @NonNull String packageName) { in getBlockUninstall() method in ComputerEngine
5815 return mSettings.getBlockUninstall(userId, packageName); in getBlockUninstall()