Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DZenLog.java63 private static final int TYPE_NOT_INTERCEPTED = 12; field in ZenLog
82 append(TYPE_NOT_INTERCEPTED, record.getKey() + "," + reason); in traceNotIntercepted()
217 case TYPE_NOT_INTERCEPTED: return "not_intercepted"; in typeToString()