Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationChannelLogger.java169 APP_NOTIFICATIONS_BLOCKED(557), enumConstant
206 return enabled ? APP_NOTIFICATIONS_UNBLOCKED : APP_NOTIFICATIONS_BLOCKED; in getBlocked()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DPreferencesHelperTest.java2273 NotificationChannelLogger.NotificationChannelEvent.APP_NOTIFICATIONS_BLOCKED, in testAppBlockedLogging()