Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationConversationInfo.java602 private NotificationChannel mChannelToUpdate; field in UpdateChannelRunnable
611 mChannelToUpdate = channelToUpdate; in UpdateChannelRunnable()
620 mChannelToUpdate.setImportantConversation(true); in run()
621 if (mChannelToUpdate.isImportantConversation()) { in run()
622 mChannelToUpdate.setAllowBubbles(true); in run()
632 mChannelToUpdate.setImportance(Math.max( in run()
636 mChannelToUpdate.setImportance(Math.max( in run()
638 if (mChannelToUpdate.isImportantConversation()) { in run()
640 mChannelToUpdate.setAllowBubbles(false); in run()
650 mChannelToUpdate.setAllowBubbles(false); in run()
[all …]
H A DNotificationInfo.java645 private final @Nullable NotificationChannel mChannelToUpdate;
657 mChannelToUpdate = channelToUpdate;
666 if (mChannelToUpdate != null) {
669 mPackageName, mAppUid, mChannelToUpdate.getId());
671 mChannelToUpdate.setImportance(mNewImportance);
672 mChannelToUpdate.lockFields(NotificationChannel.USER_LOCKED_IMPORTANCE);
674 mPackageName, mAppUid, mChannelToUpdate);