Searched refs:channelGroupList (Results 1 – 3 of 3) sorted by relevance
93 private val channelGroupList = mutableListOf<NotificationChannelGroup>() regex117 channelGroupList.clear()118 channelGroupList.addAll(fetchNotificationChannelGroups())129 channelGroupList.forEach { group ->142 paddedChannels.addAll(getDisplayableChannels(channelGroupList.asSequence())
93 void createNotificationChannelGroups(String pkg, in ParceledListSlice channelGroupList); in createNotificationChannelGroups() argument
3892 ParceledListSlice channelGroupList) throws RemoteException {3894 List<NotificationChannelGroup> groups = channelGroupList.getList();