Searched refs:CHANNEL_COMPARATOR (Results 1 – 3 of 3) sorted by relevance
200 public static final Comparator<NotificationChannel> CHANNEL_COMPARATOR = (left, right) -> { field in NotificationPreferenceController
144 Collections.sort(newChannelList, CHANNEL_COMPARATOR); in loadAppChannels()
253 Collections.sort(channels, CHANNEL_COMPARATOR); in updateGroupPreferences()