Searched defs:sortKey (Results 1 – 5 of 5) sorted by relevance
797 val sortKey = MediaSortKey(isSsMediaRec = false, data, clock.currentTimeMillis()) in addMediaPlayer() constant811 val sortKey = MediaSortKey(isSsMediaRec = true, EMPTY, clock.currentTimeMillis()) in addMediaRecommendation() constant833 val sortKey = mediaData.get(key) in getMediaPlayerIndex() constant
374 private String sortKey(DreamInfo di) { in sortKey() method in DreamBackend.DreamInfoComparator
155 final String sortKey = getNotification().getSortKey(); in groupKey() local
811 private static long sortKey(Bubble bubble) { in sortKey() method in BubbleData
4797 public Builder setSortKey(String sortKey) { in setSortKey()