Home
last modified time | relevance | path

Searched defs:Importance (Results 1 – 2 of 2) sorted by relevance

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/util/
DNotificationUtil.java50 public @interface Importance {} annotation in NotificationUtil
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DSarifDiagnostics.cpp205 enum class Importance { Important, Essential, Unimportant }; enum