Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/notification/app/
DNotificationPreferenceController.java200 public static final Comparator<NotificationChannel> CHANNEL_COMPARATOR = (left, right) -> { field in NotificationPreferenceController
DAppChannelsBypassingDndPreferenceController.java144 Collections.sort(newChannelList, CHANNEL_COMPARATOR); in loadAppChannels()
DChannelListPreferenceController.java253 Collections.sort(channels, CHANNEL_COMPARATOR); in updateGroupPreferences()