Home
last modified time | relevance | path

Searched refs:isPriorityCategoryEnabled (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/notification/
DZenModePrioritySettings.java169 isPriorityCategoryEnabled(Policy.PRIORITY_CATEGORY_CALLS) in updateControls()
173 isPriorityCategoryEnabled(Policy.PRIORITY_CATEGORY_MESSAGES) in updateControls()
175 mReminders.setChecked(isPriorityCategoryEnabled(Policy.PRIORITY_CATEGORY_REMINDERS)); in updateControls()
176 mEvents.setChecked(isPriorityCategoryEnabled(Policy.PRIORITY_CATEGORY_EVENTS)); in updateControls()
178 isPriorityCategoryEnabled(Policy.PRIORITY_CATEGORY_REPEAT_CALLERS)); in updateControls()
179 mRepeatCallers.setVisible(!isPriorityCategoryEnabled(Policy.PRIORITY_CATEGORY_CALLS) in updateControls()
204 private boolean isPriorityCategoryEnabled(int categoryType) { in isPriorityCategoryEnabled() method in ZenModePrioritySettings