Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationInfo.java120 @Nullable private Integer mChosenImportance; field in NotificationInfo
146 mChosenImportance = IMPORTANCE_DEFAULT;
153 mChosenImportance = IMPORTANCE_LOW;
436 if (mChosenImportance == null) {
437 mChosenImportance = mStartingChannelImportance;
447 if (mChosenImportance != null) {
451 int newImportance = mChosenImportance;
453 if ((mWasShownHighPriority && mChosenImportance >= IMPORTANCE_DEFAULT)
454 || (!mWasShownHighPriority && mChosenImportance < IMPORTANCE_DEFAULT)) {
630 mChosenImportance = null;
[all …]