Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationConversationInfo.java608 private NotificationChannel mChannelToUpdate; field in UpdateChannelRunnable
617 mChannelToUpdate = channelToUpdate; in UpdateChannelRunnable()
626 mChannelToUpdate.setImportantConversation(true); in run()
627 if (mChannelToUpdate.isImportantConversation()) { in run()
628 mChannelToUpdate.setAllowBubbles(true); in run()
637 mChannelToUpdate.setImportance(Math.max( in run()
638 mChannelToUpdate.getOriginalImportance(), IMPORTANCE_DEFAULT)); in run()
641 mChannelToUpdate.setImportance(Math.max( in run()
642 mChannelToUpdate.getOriginalImportance(), IMPORTANCE_DEFAULT)); in run()
643 if (mChannelToUpdate.isImportantConversation()) { in run()
[all …]
DNotificationInfo.java601 private final @Nullable NotificationChannel mChannelToUpdate;
612 mChannelToUpdate = channelToUpdate;
620 if (mChannelToUpdate != null) {
621 mChannelToUpdate.setImportance(mNewImportance);
622 mChannelToUpdate.lockFields(NotificationChannel.USER_LOCKED_IMPORTANCE);
624 mPackageName, mAppUid, mChannelToUpdate);