Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationFilter.java69 private ForegroundServiceController getFsc() { in getFsc() method in NotificationFilter
122 if (getFsc().isDisclosureNotification(sbn) in shouldFilterOut()
123 && !getFsc().isDisclosureNeededForUser(sbn.getUserId())) { in shouldFilterOut()
127 if (getFsc().isSystemAlertNotification(sbn)) { in shouldFilterOut()
131 if (!getFsc().isSystemAlertWarningNeeded(sbn.getUserId(), apps[0])) { in shouldFilterOut()