Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DZenModeFiltering.java106 public boolean shouldIntercept(int zen, ZenModeConfig config, NotificationRecord record) { in shouldIntercept() method in ZenModeFiltering
DZenModeHelper.java159 public boolean shouldIntercept(NotificationRecord record) { in shouldIntercept() method in ZenModeHelper
161 return mFiltering.shouldIntercept(mZenMode, mConfig, record); in shouldIntercept()
DNotificationManagerService.java4070 record.setIntercepted(mZenModeHelper.shouldIntercept(record)); in applyZenModeLocked()