Searched refs:isTopicIdBlocked (Results 1 – 1 of 1) sorted by relevance
256 if (isTopicIdBlocked(topic.getTopic())) { in getTopics()287 if (isTopicIdBlocked(topic.getLoggedTopic())) { in getTopics()401 .filter(topic -> !isTopicIdBlocked(topic.getTopic())) in getKnownTopicsWithConsent()412 private boolean isTopicIdBlocked(int topicId) { in isTopicIdBlocked() method in CacheManager