Searched refs:saveSoundPolicy (Results 1 – 13 of 13) sorted by relevance
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/zen/ |
H A D | ZenModeSystemPreferenceControllerTest.java | 123 verify(mBackend).saveSoundPolicy(NotificationManager.Policy.PRIORITY_CATEGORY_SYSTEM, in onPreferenceChanged_EnableSystem() 131 verify(mBackend).saveSoundPolicy(NotificationManager.Policy.PRIORITY_CATEGORY_SYSTEM, in onPreferenceChanged_DisableSystem()
|
H A D | ZenModeAlarmsPreferenceControllerTest.java | 130 .saveSoundPolicy(NotificationManager.Policy.PRIORITY_CATEGORY_ALARMS, allowAlarms); in onPreferenceChanged_EnableAlarms() 139 .saveSoundPolicy(NotificationManager.Policy.PRIORITY_CATEGORY_ALARMS, allowAlarms); in onPreferenceChanged_DisableAlarms()
|
H A D | ZenModeEventsPreferenceControllerTest.java | 129 .saveSoundPolicy(NotificationManager.Policy.PRIORITY_CATEGORY_EVENTS, allow); in onPreferenceChanged_EnableEvents() 138 .saveSoundPolicy(NotificationManager.Policy.PRIORITY_CATEGORY_EVENTS, allow); in onPreferenceChanged_DisableEvents()
|
H A D | ZenModeRemindersPreferenceControllerTest.java | 131 .saveSoundPolicy(NotificationManager.Policy.PRIORITY_CATEGORY_REMINDERS, allow); in onPreferenceChanged_EnableReminders() 140 .saveSoundPolicy(NotificationManager.Policy.PRIORITY_CATEGORY_REMINDERS, allow); in onPreferenceChanged_DisableReminders()
|
H A D | ZenModeMediaPreferenceControllerTest.java | 129 verify(mBackend).saveSoundPolicy( in onPreferenceChanged_EnableEvents() 138 verify(mBackend).saveSoundPolicy( in onPreferenceChanged_DisableEvents()
|
H A D | ZenModeRepeatCallersPreferenceControllerTest.java | 146 .saveSoundPolicy(NotificationManager.Policy.PRIORITY_CATEGORY_REPEAT_CALLERS, in onPreferenceChanged_EnableRepeatCallers() 156 .saveSoundPolicy(NotificationManager.Policy.PRIORITY_CATEGORY_REPEAT_CALLERS, in onPreferenceChanged_DisableRepeatCallers()
|
/aosp12/packages/apps/Settings/src/com/android/settings/notification/zen/ |
H A D | ZenModeEventsPreferenceController.java | 75 mBackend.saveSoundPolicy(Policy.PRIORITY_CATEGORY_EVENTS, allowEvents); in onPreferenceChange()
|
H A D | ZenModeMediaPreferenceController.java | 77 mBackend.saveSoundPolicy(Policy.PRIORITY_CATEGORY_MEDIA, allowMedia); in onPreferenceChange()
|
H A D | ZenModeRemindersPreferenceController.java | 75 mBackend.saveSoundPolicy(NotificationManager.Policy.PRIORITY_CATEGORY_REMINDERS, in onPreferenceChange()
|
H A D | ZenModeAlarmsPreferenceController.java | 80 mBackend.saveSoundPolicy(Policy.PRIORITY_CATEGORY_ALARMS, allowAlarms); in onPreferenceChange()
|
H A D | ZenModeSystemPreferenceController.java | 79 mBackend.saveSoundPolicy(Policy.PRIORITY_CATEGORY_SYSTEM, allowSystem); in onPreferenceChange()
|
H A D | ZenModeRepeatCallersPreferenceController.java | 99 mBackend.saveSoundPolicy(Policy.PRIORITY_CATEGORY_REPEAT_CALLERS, allowRepeatCallers); in onPreferenceChange()
|
H A D | ZenModeBackend.java | 171 protected void saveSoundPolicy(int category, boolean allow) { in saveSoundPolicy() method in ZenModeBackend
|