Files
frameworks_base/core/java/android
Chris Wren f953664dc1 notification ranking infrastructure
Added an ordered list of notifications (n.b. a complete ordering).
Added a mechanism for ranking to be updated asynchronously
Added onNotificationRankingUpdate to NotificationListeners
Added an opaque order update object and a convenience comparator that
  uses it to sort notifications for listeners

Repurpose scorers to be ranking preprocessors.  The preprocessors will
perform heavy-weight validation of the notification object and memoize
the results to improve efficiency of the ranking comparator.

Current internal comparator implements status quo ordering, except
that notes with a valid contact sort to the top of their priority
bucket.

Change-Id: I7244c65944a9657df41fb313b3cb5a52e149709d
2014-05-09 15:48:53 -04:00
..
2014-05-07 16:52:17 -07:00
2014-05-09 15:48:53 -04:00
2014-05-08 21:58:45 +00:00
2014-05-07 21:33:23 +00:00
2014-05-07 23:16:02 +00:00
2014-05-06 14:49:57 -07:00