Searched refs:mBlocklistedSources (Results 1 – 2 of 2) sorted by relevance
61 mBlocklistedSources = std::move(blockset); in setBlocklist()73 if (mBlocklistedSources.count(src) != 0) { in isBlocklisted()78 return mBlocklistedSources.count(src) != 0; in isBlocklisted()
52 BlocklistedSources mBlocklistedSources; member