Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DZenModeFiltering.java113 ZenLog.traceIntercepted(record, "none"); in shouldIntercept()
120 ZenLog.traceIntercepted(record, "alarmsOnly"); in shouldIntercept()
139 ZenLog.traceIntercepted(record, "!allowCalls"); in shouldIntercept()
146 ZenLog.traceIntercepted(record, "!allowMessages"); in shouldIntercept()
153 ZenLog.traceIntercepted(record, "!allowEvents"); in shouldIntercept()
160 ZenLog.traceIntercepted(record, "!allowReminders"); in shouldIntercept()
165 ZenLog.traceIntercepted(record, "!priority"); in shouldIntercept()
174 ZenLog.traceIntercepted(record, "!audienceMatches"); in shouldInterceptAudience()
DZenLog.java67 public static void traceIntercepted(NotificationRecord record, String reason) { in traceIntercepted() method in ZenLog