Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenModeConfigTest.java290 config.setAllowCallsFrom(Policy.PRIORITY_SENDERS_CONTACTS); in testZenConfigToZenPolicy_classic()
337 config.setAllowCallsFrom(Policy.PRIORITY_SENDERS_CONTACTS); in testZenConfigToZenPolicy()
1012 config.setAllowCallsFrom(ZenModeConfig.SOURCE_ANYONE); in getCustomConfig()
/frameworks/base/core/java/android/service/notification/
DZenModeConfig.java634 public void setAllowCallsFrom(@Policy.PrioritySenders int allowCallsFrom) { in setAllowCallsFrom() method in ZenModeConfig