Home
last modified time | relevance | path

Searched refs:sortKey (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleData.java63 Comparator.comparing(BubbleData::sortKey).reversed();
497 private static long sortKey(Bubble bubble) { in sortKey() method in BubbleData
516 long newBubbleSortKey = sortKey(newBubble); in insertBubble()
524 if (atStartOfGroup && newBubbleSortKey > sortKey(bubbleAtPos)) { in insertBubble()
596 long sortKeyForBubble = sortKey(bubble); in repackAll()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/dream/
DDreamBackend.java352 return sortKey(lhs).compareTo(sortKey(rhs)); in compare()
355 private String sortKey(DreamInfo di) { in sortKey() method in DreamBackend.DreamInfoComparator
/frameworks/base/core/java/android/service/notification/
DStatusBarNotification.java149 final String sortKey = getNotification().getSortKey(); in groupKey() local
150 if (group == null && sortKey == null) { in groupKey()
/frameworks/base/core/java/android/app/
DNotification.java4356 public Builder setSortKey(String sortKey) { in setSortKey() argument
4357 mN.mSortKey = sortKey; in setSortKey()