Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DChannelEditorDialogController.kt93 private val channelGroupList = mutableListOf<NotificationChannelGroup>() regex
117 channelGroupList.clear()
118 channelGroupList.addAll(fetchNotificationChannelGroups())
129 channelGroupList.forEach { group ->
142 paddedChannels.addAll(getDisplayableChannels(channelGroupList.asSequence())
/aosp14/frameworks/base/core/java/android/app/
H A DINotificationManager.aidl93 void createNotificationChannelGroups(String pkg, in ParceledListSlice channelGroupList); in createNotificationChannelGroups() argument
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java3892 ParceledListSlice channelGroupList) throws RemoteException {
3894 List<NotificationChannelGroup> groups = channelGroupList.getList();