Searched refs:mChannelToUpdate (Results 1 – 2 of 2) sorted by relevance
614 private NotificationChannel mChannelToUpdate; field in UpdateChannelRunnable623 mChannelToUpdate = channelToUpdate; in UpdateChannelRunnable()632 mChannelToUpdate.setImportantConversation(true); in run()633 if (mChannelToUpdate.isImportantConversation()) { in run()634 mChannelToUpdate.setAllowBubbles(true); in run()644 mChannelToUpdate.setImportance(Math.max( in run()645 mChannelToUpdate.getOriginalImportance(), IMPORTANCE_DEFAULT)); in run()648 mChannelToUpdate.setImportance(Math.max( in run()649 mChannelToUpdate.getOriginalImportance(), IMPORTANCE_DEFAULT)); in run()650 if (mChannelToUpdate.isImportantConversation()) { in run()[all …]
642 private final @Nullable NotificationChannel mChannelToUpdate;654 mChannelToUpdate = channelToUpdate;663 if (mChannelToUpdate != null) {666 mPackageName, mAppUid, mChannelToUpdate.getId());668 mChannelToUpdate.setImportance(mNewImportance);669 mChannelToUpdate.lockFields(NotificationChannel.USER_LOCKED_IMPORTANCE);671 mPackageName, mAppUid, mChannelToUpdate);