Home
last modified time | relevance | path

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

/core/core/src/main/java/androidx/core/app/
DNotificationChannelGroupCompat.java122 mChannels = getChannelsCompat(Api26Impl.getChannels(group)); in NotificationChannelGroupCompat()
126 mChannels = getChannelsCompat(allChannels); in NotificationChannelGroupCompat()
131 private List<NotificationChannelCompat> getChannelsCompat(List<NotificationChannel> channels) { in getChannelsCompat() method in NotificationChannelGroupCompat