Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationInfo.java110 private int mStartingChannelImportance; field in NotificationInfo
225 mStartingChannelImportance = mSingleNotificationChannel.getImportance(); in bindNotification()
437 mChosenImportance = mStartingChannelImportance;
452 if (mStartingChannelImportance != IMPORTANCE_UNSPECIFIED) {
455 newImportance = mStartingChannelImportance;
463 mStartingChannelImportance, newImportance, mIsAutomaticChosen));
730 mChosenImportance != null ? mChosenImportance : mStartingChannelImportance;
733 .setSubtype(chosenImportance - mStartingChannelImportance);