Home
last modified time | relevance | path

Searched refs:STATE_CHANNELS_BYPASSING_DND (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
DZenModeEventLogger.java19 import static android.app.NotificationManager.Policy.STATE_CHANNELS_BYPASSING_DND;
622 return (mNewPolicy.state & STATE_CHANNELS_BYPASSING_DND) != 0; in getAreChannelsBypassing()
629 ? (mPrevPolicy.state & STATE_CHANNELS_BYPASSING_DND) != 0 : false; in hasChannelsBypassingDiff()
DPreferencesHelper.java1864 & NotificationManager.Policy.STATE_CHANNELS_BYPASSING_DND) != 0; in syncChannelsBypassingDnd()
1931 ? NotificationManager.Policy.STATE_CHANNELS_BYPASSING_DND : 0), in updateZenPolicy()
/frameworks/base/core/java/android/app/
DNotificationManager.java2193 public static final int STATE_CHANNELS_BYPASSING_DND = 1 << 0; field in NotificationManager.Policy
2436 : ((state & STATE_CHANNELS_BYPASSING_DND) != 0) in toString()
2732 return (state & STATE_CHANNELS_BYPASSING_DND) != 0; in hasPriorityChannels()
2740 state |= STATE_CHANNELS_BYPASSING_DND; in policyState()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DRankingHelperTest.java156 NotificationManager.Policy.STATE_CHANNELS_BYPASSING_DND, 0); in setUp()
DPreferencesHelperTest.java340 NotificationManager.Policy.STATE_CHANNELS_BYPASSING_DND, 0); in setUp()
2672 NotificationManager.Policy.STATE_CHANNELS_BYPASSING_DND, 0); in testBlockedGroupDoesNotBypassDnd()
2699 NotificationManager.Policy.STATE_CHANNELS_BYPASSING_DND, 0); in testBlockedAppsDoNotBypassDnd_localSettings()
2721 NotificationManager.Policy.STATE_CHANNELS_BYPASSING_DND, 0); in testBlockedAppsDoNotBypassDnd_permissionHelper()
2773 NotificationManager.Policy.STATE_CHANNELS_BYPASSING_DND, 0); in testSetupNewZenModeHelper_canBypass()
DZenModeHelperTest.java46 import static android.app.NotificationManager.Policy.STATE_CHANNELS_BYPASSING_DND;
/frameworks/base/core/java/android/service/notification/
DZenModeConfig.java1935 state = areChannelsBypassingDnd ? Policy.STATE_CHANNELS_BYPASSING_DND : 0; in toNotificationPolicy()
2023 areChannelsBypassingDnd = (policy.state & Policy.STATE_CHANNELS_BYPASSING_DND) != 0; in applyNotificationPolicy()
2791 boolean areChannelsBypassingDnd = (policy.state & Policy.STATE_CHANNELS_BYPASSING_DND) != 0; in areAllPriorityOnlyRingerSoundsMuted()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt8099 Landroid/app/NotificationManager$Policy;->STATE_CHANNELS_BYPASSING_DND:I