Searched defs:Ranking (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java468 * {@link Ranking#matchesInterruptionFilter()}.
706 * Ranking objects aren't automatically updated as notification events
710 public static class Ranking { class in class:NotificationListenerService
721 public Ranking() {} method in class:NotificationListenerService.Ranking
724 * Returns the key of the notification this Ranking applies to.
751 * {@link NotificationListenerService.Ranking#VISIBILITY_NO_OVERRIDE} if
816 public boolean getRanking(String key, Ranking outRanking) {
859 return Ranking.VISIBILITY_NO_OVERRIDE;

Completed in 162 milliseconds