Searched refs:mConversationComparator (Results 1 – 8 of 8) sorted by relevance
117 Collections.sort(conversations, mConversationComparator); in filterAndSortConversations()187 protected Comparator<ConversationChannelWrapper> mConversationComparator = field in AppConversationListPreferenceController
73 Collections.sort(mConversations, mConversationComparator); in updateState()
72 Collections.sort(mConversations, mConversationComparator); in updateState()
112 Collections.sort(mConversations, mConversationComparator); in updateState()231 protected Comparator<ConversationChannel> mConversationComparator = field in RecentConversationsPreferenceController
149 protected Comparator<ConversationChannelWrapper> mConversationComparator = field in ConversationListPreferenceController
358 mController.mConversationComparator.compare(ccw, ccw2); in testSpans()372 mController.mConversationComparator.compare(ccw, ccw2); in testNullSpans()
240 assertThat(mController.mConversationComparator.compare(one, two)).isLessThan(0); in testCompareSpans()
109 .sorted(mConversationComparator) in filterAndSortConversations()