Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationConversationInfo.java615 private NotificationChannel mChannelToUpdate; field in UpdateChannelRunnable
624 mChannelToUpdate = channelToUpdate; in UpdateChannelRunnable()
633 mChannelToUpdate.setImportantConversation(true); in run()
634 if (mChannelToUpdate.isImportantConversation()) { in run()
635 mChannelToUpdate.setAllowBubbles(true); in run()
645 mChannelToUpdate.setImportance(Math.max( in run()
649 mChannelToUpdate.setImportance(Math.max( in run()
651 if (mChannelToUpdate.isImportantConversation()) { in run()
653 mChannelToUpdate.setAllowBubbles(false); in run()
663 mChannelToUpdate.setAllowBubbles(false); in run()
[all …]
H A DNotificationInfo.java662 private final @Nullable NotificationChannel mChannelToUpdate;
674 mChannelToUpdate = channelToUpdate;
683 if (mChannelToUpdate != null) {
686 mPackageName, mAppUid, mChannelToUpdate.getId());
688 mChannelToUpdate.setImportance(mNewImportance);
689 mChannelToUpdate.lockFields(NotificationChannel.USER_LOCKED_IMPORTANCE);
691 mPackageName, mAppUid, mChannelToUpdate);