Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenModeConfigTest.java288 config.setAllowEvents(true); in testZenConfigToZenPolicy_classic()
335 config.setAllowEvents(true); in testZenConfigToZenPolicy()
980 config.setAllowEvents(false); in getMutedRingerConfig()
1011 config.setAllowEvents(false); in getCustomConfig()
1041 config.setAllowEvents(false); in getMutedAllConfig()
/frameworks/base/core/java/android/service/notification/
DZenModeConfig.java659 public void setAllowEvents(boolean allowEvents) { in setAllowEvents() method in ZenModeConfig