Searched refs:findChannel (Results 1 – 1 of 1) sorted by relevance
431 private NotificationChannel findChannel(List<NotificationChannel> channels, String id) { in findChannel() method in PreferencesHelperTest3614 compareChannels(a, findChannel(retrieved.getChannels(), a.getId())); in testGetNotificationChannelGroupWithChannels()3615 compareChannels(c, findChannel(retrieved.getChannels(), c.getId())); in testGetNotificationChannelGroupWithChannels()3620 compareChannels(a, findChannel(retrieved.getChannels(), a.getId())); in testGetNotificationChannelGroupWithChannels()