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