Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DComputer.java620 boolean getBlockUninstall(@UserIdInt int userId, @NonNull String packageName); in getBlockUninstall() method
H A DSuspendPackageHelper.java562 if (!isCallerOwner && snapshot.getBlockUninstall(userId, packageName)) { in canSuspendPackageForUser()
H A DComputerEngine.java282 public boolean getBlockUninstall(@UserIdInt int userId, @NonNull String packageName) { in getBlockUninstall() method in ComputerEngine.Settings
4975 return mSettings.getBlockUninstall(userId, packageName); in getBlockUninstallForUser()
5703 public boolean getBlockUninstall(@UserIdInt int userId, @NonNull String packageName) { in getBlockUninstall() method in ComputerEngine
5704 return mSettings.getBlockUninstall(userId, packageName); in getBlockUninstall()
/aosp14/frameworks/base/services/
H A Dart-profile5664 HPLcom/android/server/pm/ComputerEngine$Settings;->getBlockUninstall(ILjava/lang/String;)Z