Home
last modified time | relevance | path

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

/packages/modules/ExtServices/src/android/ext/services/notification/
DAgingHelper.java47 private NotificationCategorizer mNotificationCategorizer; field in AgingHelper
55 mNotificationCategorizer = categorizer; in AgingHelper()
73 @Category int category = mNotificationCategorizer.getCategory(entry); in onNotificationSeen()
DAssistant.java92 private NotificationCategorizer mNotificationCategorizer; field in Assistant
122 mNotificationCategorizer = new NotificationCategorizer(); in onCreate()
265 if (mNotificationCategorizer.shouldSilence(entry)) { in createEnqueuedNotificationAdjustment()