Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationGuts.java246 return Ranking.IMPORTANCE_NONE; in getSelectedImportance()
292 : NotificationListenerService.Ranking.IMPORTANCE_NONE; in bindSlider()
357 case Ranking.IMPORTANCE_NONE: in updateTitleAndSummary()
/frameworks/base/services/core/java/com/android/server/notification/
DRankingHelper.java369 boolean wasEnabled = getImportance(packageName, uid) != Ranking.IMPORTANCE_NONE; in setEnabled()
373 setImportance(packageName, uid, enabled ? DEFAULT_IMPORTANCE : Ranking.IMPORTANCE_NONE); in setEnabled()
500 if (r.importance == Ranking.IMPORTANCE_NONE) { in getPackageBans()
DNotificationManagerService.java42 import static android.service.notification.NotificationListenerService.Ranking.IMPORTANCE_NONE;
1114 mRankingHelper.setImportance(ban.getValue(), ban.getKey(), IMPORTANCE_NONE); in syncBlockDb() local
1469 importance != NotificationListenerService.Ranking.IMPORTANCE_NONE);
2217 if (adjustment.getImportance() != IMPORTANCE_NONE) { in applyAdjustmentLocked()
2674 if (r.getImportance() == NotificationListenerService.Ranking.IMPORTANCE_NONE in run()
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java1032 public static final int IMPORTANCE_NONE = NotificationManager.IMPORTANCE_NONE; field in NotificationListenerService.Ranking
1188 case IMPORTANCE_NONE:
/frameworks/base/core/java/android/app/
DNotificationManager.java184 @IntDef({VISIBILITY_NO_OVERRIDE, IMPORTANCE_UNSPECIFIED, IMPORTANCE_NONE,
204 public static final int IMPORTANCE_NONE = 0; field in NotificationManager
/frameworks/support/compat/java/android/support/v4/app/
DNotificationManagerCompat.java113 public static final int IMPORTANCE_NONE = 0; field in NotificationManagerCompat
/frameworks/support/api/
Dcurrent.txt4515 field public static final int IMPORTANCE_NONE = 0; // 0x0
/frameworks/base/api/
Dcurrent.txt5317 field public static final int IMPORTANCE_NONE = 0; // 0x0
Dsystem-current.txt5474 field public static final int IMPORTANCE_NONE = 0; // 0x0
Dtest-current.txt5320 field public static final int IMPORTANCE_NONE = 0; // 0x0