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