Searched refs:getBlockUninstall (Results 1 – 4 of 4) sorted by relevance
620 boolean getBlockUninstall(@UserIdInt int userId, @NonNull String packageName); in getBlockUninstall() method
562 if (!isCallerOwner && snapshot.getBlockUninstall(userId, packageName)) { in canSuspendPackageForUser()
282 public boolean getBlockUninstall(@UserIdInt int userId, @NonNull String packageName) { in getBlockUninstall() method in ComputerEngine.Settings4975 return mSettings.getBlockUninstall(userId, packageName); in getBlockUninstallForUser()5703 public boolean getBlockUninstall(@UserIdInt int userId, @NonNull String packageName) { in getBlockUninstall() method in ComputerEngine5704 return mSettings.getBlockUninstall(userId, packageName); in getBlockUninstall()
5664 HPLcom/android/server/pm/ComputerEngine$Settings;->getBlockUninstall(ILjava/lang/String;)Z