Searched refs:mChosenImportance (Results 1 – 1 of 1) sorted by relevance
120 @Nullable private Integer mChosenImportance; field in NotificationInfo146 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 …]