Searched refs:mChannelToUpdate (Results 1 – 2 of 2) sorted by relevance
602 private NotificationChannel mChannelToUpdate; field in UpdateChannelRunnable611 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 …]
645 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);