Searched refs:providedChannels (Results 1 – 1 of 1) sorted by relevance
82 private val providedChannels = mutableListOf<NotificationChannel>() regex120 providedChannels.clear()121 providedChannels.addAll(channels)200 providedChannels.clear()283 val channel = if (providedChannels.size == 1) providedChannels[0] else null309 for (channel in providedChannels) {