Searched refs:mChosenImportance (Results 1 – 1 of 1) sorted by relevance
116 @Nullable private Integer mChosenImportance; field in NotificationInfo133 mChosenImportance = IMPORTANCE_DEFAULT;139 mChosenImportance = IMPORTANCE_LOW;393 if (mChosenImportance == null) {394 mChosenImportance = mStartingChannelImportance;404 if (mChosenImportance != null) {408 int newImportance = mChosenImportance;410 if ((mWasShownHighPriority && mChosenImportance >= IMPORTANCE_DEFAULT)411 || (!mWasShownHighPriority && mChosenImportance < IMPORTANCE_DEFAULT)) {486 if (mChosenImportance != null) {[all …]