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.java245 public static final Comparator<NotificationChannel> CHANNEL_COMPARATOR = (left, right) -> { field in NotificationPreferenceController
DAppChannelsBypassingDndPreferenceController.java163 Collections.sort(newChannelList, CHANNEL_COMPARATOR); in loadAppChannels()
DChannelListPreferenceController.java272 Collections.sort(channels, CHANNEL_COMPARATOR); in updateGroupPreferences()