Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/legacy/
H A DLegacyNotificationRankerStub.java49 ranked.sort(mEntryComparator); in updateRanking()
59 private final Comparator<NotificationEntry> mEntryComparator = Comparator.comparingLong( field in LegacyNotificationRankerStub