Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationInfo.java118 private int mStartingChannelImportance; field in NotificationInfo
301 mStartingChannelImportance = mSingleNotificationChannel.getImportance(); in bindNotification()
526 mChosenImportance = mStartingChannelImportance;
540 if (mStartingChannelImportance != IMPORTANCE_UNSPECIFIED) {
543 newImportance = mStartingChannelImportance;
551 mStartingChannelImportance, newImportance));
605 mChosenImportance = mStartingChannelImportance;
610 ? IMPORTANCE_LOW : mStartingChannelImportance;
686 mStartingChannelImportance = mChosenImportance;
868 mChosenImportance != null ? mChosenImportance : mStartingChannelImportance;
[all …]