Home
last modified time | relevance | path

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

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