Searched defs:IMPORTANCE_DEFAULT (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationManagerCompat.java129 public static final int IMPORTANCE_DEFAULT = 3; field in class:NotificationManagerCompat
304 * @return An importance level, such as {@link #IMPORTANCE_DEFAULT}.
/frameworks/base/core/java/android/app/
H A DNotificationManager.java185 IMPORTANCE_MIN, IMPORTANCE_LOW, IMPORTANCE_DEFAULT, IMPORTANCE_HIGH,
220 public static final int IMPORTANCE_DEFAULT = 3; field in class:NotificationManager
586 * @return An importance level, such as {@link #IMPORTANCE_DEFAULT}.
/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java1054 public static final int IMPORTANCE_DEFAULT = NotificationManager.IMPORTANCE_DEFAULT; field in class:NotificationListenerService.Ranking
1141 * modes of presentation, see: {@link NotificationManager#IMPORTANCE_DEFAULT}, etc.
1194 case IMPORTANCE_DEFAULT:
1306 return Ranking.IMPORTANCE_DEFAULT;

Completed in 324 milliseconds