Searched refs:isCategoryEnabled (Results 1 – 1 of 1) sorted by relevance
255 if (filteredCategories.test(category) && isCategoryEnabled(policy, category)) { in getEnabledCategories()257 && isCategoryEnabled(policy, Policy.PRIORITY_CATEGORY_CALLS) in getEnabledCategories()265 && isCategoryEnabled(policy, Policy.PRIORITY_CATEGORY_CONVERSATIONS) in getEnabledCategories()277 private boolean isCategoryEnabled(Policy policy, int categoryType) { in isCategoryEnabled() method in ZenModeSettings.SummaryBuilder