Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DZenLog.java47 private static final int TYPE_INTERCEPTED = 1; field in ZenLog
66 append(TYPE_INTERCEPTED, record.getKey() + "," + reason); in traceIntercepted()
182 case TYPE_INTERCEPTED: return "intercepted"; in typeToString()
253 if (type == TYPE_INTERCEPTED || type == TYPE_NOT_INTERCEPTED in append()