Searched refs:traceIntercepted (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/java/com/android/server/notification/ |
D | ZenModeFiltering.java | 133 ZenLog.traceIntercepted(record, "none"); in shouldIntercept() 140 ZenLog.traceIntercepted(record, "alarmsOnly"); in shouldIntercept() 151 ZenLog.traceIntercepted(record, "!allowAlarms"); in shouldIntercept() 163 ZenLog.traceIntercepted(record, "!allowCalls"); in shouldIntercept() 170 ZenLog.traceIntercepted(record, "!allowMessages"); in shouldIntercept() 177 ZenLog.traceIntercepted(record, "!allowEvents"); in shouldIntercept() 184 ZenLog.traceIntercepted(record, "!allowReminders"); in shouldIntercept() 191 ZenLog.traceIntercepted(record, "!allowMedia"); in shouldIntercept() 198 ZenLog.traceIntercepted(record, "!allowSystem"); in shouldIntercept() 203 ZenLog.traceIntercepted(record, "!priority"); in shouldIntercept() [all …]
|
D | ZenLog.java | 69 public static void traceIntercepted(NotificationRecord record, String reason) { in traceIntercepted() method in ZenLog
|