Searched refs:notificationChannelGroupIds (Results 1 – 1 of 1) sorted by relevance
36 if (!notificationChannelGroupIds.contains(experienceScopeKey)) { in maybeCreateNotificationChannelGroup()41 notificationChannelGroupIds.add(experienceScopeKey) in maybeCreateNotificationChannelGroup()276 private val notificationChannelGroupIds = mutableSetOf<String>() constant