Searched refs:traceIntercepted (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | ZenModeFiltering.java | 137 ZenLog.traceIntercepted(record, "none"); in shouldIntercept() 144 ZenLog.traceIntercepted(record, "alarmsOnly"); in shouldIntercept() 155 ZenLog.traceIntercepted(record, "!allowAlarms"); in shouldIntercept() 162 ZenLog.traceIntercepted(record, "!allowEvents"); in shouldIntercept() 169 ZenLog.traceIntercepted(record, "!allowReminders"); in shouldIntercept() 176 ZenLog.traceIntercepted(record, "!allowMedia"); in shouldIntercept() 183 ZenLog.traceIntercepted(record, "!allowSystem"); in shouldIntercept() 210 ZenLog.traceIntercepted(record, "!allowCalls"); in shouldIntercept() 217 ZenLog.traceIntercepted(record, "!allowMessages"); in shouldIntercept() 223 ZenLog.traceIntercepted(record, "!priority"); in shouldIntercept() [all …]
|
H A D | ZenLog.java | 72 public static void traceIntercepted(NotificationRecord record, String reason) { in traceIntercepted() method in ZenLog
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 27646 HPLcom/android/server/notification/ZenLog;->traceIntercepted(Lcom/android/server/notification/Notif…
|