Searched refs:shouldIntercept (Results 1 – 3 of 3) sorted by relevance
106 public boolean shouldIntercept(int zen, ZenModeConfig config, NotificationRecord record) { in shouldIntercept() method in ZenModeFiltering
159 public boolean shouldIntercept(NotificationRecord record) { in shouldIntercept() method in ZenModeHelper161 return mFiltering.shouldIntercept(mZenMode, mConfig, record); in shouldIntercept()
4070 record.setIntercepted(mZenModeHelper.shouldIntercept(record)); in applyZenModeLocked()