Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenModeConfigTest.java134 config.setAllowReminders(true); in testPriorityOnlyMutingAllNotifications()
142 config.setAllowReminders(false); in testPriorityOnlyMutingAllNotifications()
287 config.setAllowReminders(true); in testZenConfigToZenPolicy_classic()
333 config.setAllowReminders(true); in testZenConfigToZenPolicy()
373 config.setAllowReminders(true); in testPriorityOnlyMutingAll()
383 config.setAllowReminders(false); in testPriorityOnlyMutingAll()
979 config.setAllowReminders(false); in getMutedRingerConfig()
1010 config.setAllowReminders(false); in getCustomConfig()
1040 config.setAllowReminders(false); in getMutedAllConfig()
/frameworks/base/core/java/android/service/notification/
DZenModeConfig.java674 public void setAllowReminders(boolean allowReminders) { in setAllowReminders() method in ZenModeConfig