Home
last modified time | relevance | path

Searched refs:STATE_PRIORITY_CHANNELS_BLOCKED (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/domain/interactor/
DNotificationsSoundPolicyInteractorTest.kt134 state = NotificationManager.Policy.STATE_PRIORITY_CHANNELS_BLOCKED, in <lambda>()
151 state = NotificationManager.Policy.STATE_PRIORITY_CHANNELS_BLOCKED, in <lambda>()
273 state = NotificationManager.Policy.STATE_PRIORITY_CHANNELS_BLOCKED, in <lambda>()
299 state = NotificationManager.Policy.STATE_PRIORITY_CHANNELS_BLOCKED, in <lambda>()
/frameworks/base/core/java/android/app/
DNotificationManager.java2201 public static final int STATE_PRIORITY_CHANNELS_BLOCKED = 1 << 1; field in NotificationManager.Policy
2726 return (state & STATE_PRIORITY_CHANNELS_BLOCKED) == 0; in allowPriorityChannels()
2743 state |= STATE_PRIORITY_CHANNELS_BLOCKED; in policyState()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenModeConfigTest.java247 Policy.STATE_PRIORITY_CHANNELS_BLOCKED, priorityConversationsSenders); in testZenPolicyToNotificationPolicy()
DZenModeHelperTest.java47 import static android.app.NotificationManager.Policy.STATE_PRIORITY_CHANNELS_BLOCKED;
3642 STATE_PRIORITY_CHANNELS_BLOCKED, in testZenModeEventLog_policyAllowChannels()