Searched refs:sortKey (Results 1 – 4 of 4) sorted by relevance
63 Comparator.comparing(BubbleData::sortKey).reversed();497 private static long sortKey(Bubble bubble) { in sortKey() method in BubbleData516 long newBubbleSortKey = sortKey(newBubble); in insertBubble()524 if (atStartOfGroup && newBubbleSortKey > sortKey(bubbleAtPos)) { in insertBubble()596 long sortKeyForBubble = sortKey(bubble); in repackAll()
352 return sortKey(lhs).compareTo(sortKey(rhs)); in compare()355 private String sortKey(DreamInfo di) { in sortKey() method in DreamBackend.DreamInfoComparator
149 final String sortKey = getNotification().getSortKey(); in groupKey() local150 if (group == null && sortKey == null) { in groupKey()
4356 public Builder setSortKey(String sortKey) { in setSortKey() argument4357 mN.mSortKey = sortKey; in setSortKey()