Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationInfo.java127 @Nullable private Integer mChosenImportance; field in NotificationInfo
151 mChosenImportance = IMPORTANCE_DEFAULT;
158 mChosenImportance = IMPORTANCE_LOW;
525 if (mChosenImportance == null) {
526 mChosenImportance = mStartingChannelImportance;
536 if (mChosenImportance != null) {
539 int newImportance = mChosenImportance;
541 if ((mWasShownHighPriority && mChosenImportance >= IMPORTANCE_DEFAULT)
542 || (!mWasShownHighPriority && mChosenImportance < IMPORTANCE_DEFAULT)) {
605 mChosenImportance = mStartingChannelImportance;
[all …]