Home
last modified time | relevance | path

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

/frameworks/proto_logging/stats/enums/stats/sysui/
Dnotification_enums.proto24 IMPORTANCE_NONE = 0; // No importance: does not show in the shade. enumerator
/frameworks/base/core/java/android/app/
DNotificationManager.java508 public static final int IMPORTANCE_NONE = 0; field in NotificationManager