Searched refs:isCategoryEnabled (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Settings/src/com/android/settings/notification/ |
D | ZenModeSettings.java | 383 s = append(s, isCategoryEnabled(policy, Policy.PRIORITY_CATEGORY_REMINDERS), in getPrioritySettingSummary() 385 s = append(s, isCategoryEnabled(policy, Policy.PRIORITY_CATEGORY_EVENTS), in getPrioritySettingSummary() 387 if (isCategoryEnabled(policy, Policy.PRIORITY_CATEGORY_MESSAGES)) { in getPrioritySettingSummary() 394 if (isCategoryEnabled(policy, Policy.PRIORITY_CATEGORY_CALLS)) { in getPrioritySettingSummary() 400 } else if (isCategoryEnabled(policy, Policy.PRIORITY_CATEGORY_REPEAT_CALLERS)) { in getPrioritySettingSummary() 451 private boolean isCategoryEnabled(Policy policy, int categoryType) { in isCategoryEnabled() method in ZenModeSettings.SummaryBuilder
|