Home | History | Annotate | Download | only in notification

Lines Matching defs:Ranking

66  * posted or removed, or their ranking changed.
313 * @param rankingMap The current ranking map that can be used to retrieve ranking information
357 * @param rankingMap The current ranking map that can be used to retrieve ranking information
382 * @param rankingMap The current ranking map that can be used to retrieve ranking information
410 * Implement this method to be notified when the notification ranking changes.
412 * @param rankingMap The current ranking map that can be used to retrieve ranking information
916 * {@link Ranking#matchesInterruptionFilter()}.
988 * Returns current ranking information.
991 * The returned object represents the current ranking snapshot and only
1004 * @return A {@link RankingMap} object providing access to ranking information
1193 // still pass along the ranking map, it may contain other information
1314 * Stores ranking related information on a currently active notification.
1317 * Ranking objects aren't automatically updated as notification events
1318 * occur. Instead, ranking information has to be retrieved again via the
1321 public static class Ranking {
1345 public Ranking() {}
1348 * Returns the key of the notification this Ranking applies to.
1375 * {@link NotificationListenerService.Ranking#VISIBILITY_NO_OVERRIDE} if
1515 * Provides access to ranking information on currently active
1519 * Note that this object represents a ranking snapshot that only applies to
1541 * Request the list of notification keys in their current ranking
1544 * @return An array of active notification keys, in their ranking order.
1551 * Populates outRanking with ranking information for the notification
1557 public boolean getRanking(String key, Ranking outRanking) {
1594 return Ranking.VISIBILITY_NO_OVERRIDE;