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.java107 private int mStartingChannelImportance; field in NotificationInfo
205 mStartingChannelImportance = mSingleNotificationChannel.getImportance(); in bindNotification()
394 mChosenImportance = mStartingChannelImportance;
409 if (mStartingChannelImportance != IMPORTANCE_UNSPECIFIED) {
412 newImportance = mStartingChannelImportance;
420 mStartingChannelImportance, newImportance));
487 mStartingChannelImportance = mChosenImportance;
662 mChosenImportance != null ? mChosenImportance : mStartingChannelImportance;
665 .setSubtype(chosenImportance - mStartingChannelImportance);