Searched refs:updatedParent (Results 1 – 1 of 1) sorted by relevance
1209 @NonNull NotificationChannel oldParent, @NonNull NotificationChannel updatedParent) { in updateChildrenConversationChannels() argument1210 if (oldParent.equals(updatedParent)) { in updateChildrenConversationChannels()1222 channel, oldParent, updatedParent); in updateChildrenConversationChannels()1238 @NonNull NotificationChannel updatedParent) { in maybeUpdateChildConversationChannel() argument1243 && oldParent.canBypassDnd() != updatedParent.canBypassDnd()) { in maybeUpdateChildConversationChannel()1244 conversation.setBypassDnd(updatedParent.canBypassDnd()); in maybeUpdateChildConversationChannel()1249 != updatedParent.getLockscreenVisibility()) { in maybeUpdateChildConversationChannel()1250 conversation.setLockscreenVisibility(updatedParent.getLockscreenVisibility()); in maybeUpdateChildConversationChannel()1254 && oldParent.getImportance() != updatedParent.getImportance()) { in maybeUpdateChildConversationChannel()1255 conversation.setImportance(updatedParent.getImportance()); in maybeUpdateChildConversationChannel()[all …]