Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenModeConfigTest.java286 config.setAllowAlarms(true); in testZenConfigToZenPolicy_classic()
332 config.setAllowAlarms(true); in testZenConfigToZenPolicy()
415 config.setAllowAlarms(true); in testPriorityOnlyMutingAll()
424 config.setAllowAlarms(false); in testPriorityOnlyMutingAll()
971 config.setAllowAlarms(true); in getMutedRingerConfig()
1004 config.setAllowAlarms(true); in getCustomConfig()
1034 config.setAllowAlarms(false); in getMutedAllConfig()
/frameworks/base/core/java/android/service/notification/
DZenModeConfig.java741 public void setAllowAlarms(boolean allowAlarms) { in setAllowAlarms() method in ZenModeConfig
1995 setAllowAlarms((policy.priorityCategories & Policy.PRIORITY_CATEGORY_ALARMS) != 0); in applyNotificationPolicy()