Searched defs:shouldIntercept (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/notification/
H A DZenModeFiltering.java106 public boolean shouldIntercept(int zen, ZenModeConfig config, NotificationRecord record) { method in class:ZenModeFiltering
H A DZenModeHelper.java171 public boolean shouldIntercept(NotificationRecord record) { method in class:ZenModeHelper
173 return mFiltering.shouldIntercept(mZenMode, mConfig, record);

Completed in 110 milliseconds