Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DPreferencesHelperTest.java431 private NotificationChannel findChannel(List<NotificationChannel> channels, String id) { in findChannel() method in PreferencesHelperTest
3614 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()