Searched refs:getBlockUninstall (Results 1 – 3 of 3) sorted by relevance
570 if (!isCallerOwner && snapshot.getBlockUninstall(targetUserId, packageName)) { in canSuspendPackageForUser()
655 boolean getBlockUninstall(@UserIdInt int userId, @NonNull String packageName); in getBlockUninstall() method
288 public boolean getBlockUninstall(@UserIdInt int userId, @NonNull String packageName) { in getBlockUninstall() method in ComputerEngine.Settings5080 return mSettings.getBlockUninstall(userId, packageName); in getBlockUninstallForUser()5814 public boolean getBlockUninstall(@UserIdInt int userId, @NonNull String packageName) { in getBlockUninstall() method in ComputerEngine5815 return mSettings.getBlockUninstall(userId, packageName); in getBlockUninstall()