Searched refs:IMPORTANCE_NONE (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationGuts.java246 return Ranking.IMPORTANCE_NONE;
292 : NotificationListenerService.Ranking.IMPORTANCE_NONE;
357 case Ranking.IMPORTANCE_NONE:
/frameworks/base/services/core/java/com/android/server/notification/
H A DRankingHelper.java369 boolean wasEnabled = getImportance(packageName, uid) != Ranking.IMPORTANCE_NONE;
373 setImportance(packageName, uid, enabled ? DEFAULT_IMPORTANCE : Ranking.IMPORTANCE_NONE);
500 if (r.importance == Ranking.IMPORTANCE_NONE) {
H A DNotificationManagerService.java42 import static android.service.notification.NotificationListenerService.Ranking.IMPORTANCE_NONE;
1116 mRankingHelper.setImportance(ban.getValue(), ban.getKey(), IMPORTANCE_NONE);
1472 importance != NotificationListenerService.Ranking.IMPORTANCE_NONE);
2220 if (adjustment.getImportance() != IMPORTANCE_NONE) {
2677 if (r.getImportance() == NotificationListenerService.Ranking.IMPORTANCE_NONE
/frameworks/base/core/java/android/app/
H A DNotificationManager.java184 @IntDef({VISIBILITY_NO_OVERRIDE, IMPORTANCE_UNSPECIFIED, IMPORTANCE_NONE,
204 public static final int IMPORTANCE_NONE = 0; field in class:NotificationManager
/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java1032 public static final int IMPORTANCE_NONE = NotificationManager.IMPORTANCE_NONE; field in class:NotificationListenerService.Ranking
1188 case IMPORTANCE_NONE:
/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationManagerCompat.java113 public static final int IMPORTANCE_NONE = 0; field in class:NotificationManagerCompat

Completed in 212 milliseconds