Home
last modified time | relevance | path

Searched refs:providedChannels (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DChannelEditorDialogController.kt82 private val providedChannels = mutableListOf<NotificationChannel>() regex
120 providedChannels.clear()
121 providedChannels.addAll(channels)
200 providedChannels.clear()
283 val channel = if (providedChannels.size == 1) providedChannels[0] else null
309 for (channel in providedChannels) {