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

/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java916 * {@link Ranking#matchesInterruptionFilter()}.
1317 * Ranking objects aren't automatically updated as notification events
1321 public static class Ranking { class in class:NotificationListenerService
1345 public Ranking() {} method in class:NotificationListenerService.Ranking
1348 * Returns the key of the notification this Ranking applies to.
1375 * {@link NotificationListenerService.Ranking#VISIBILITY_NO_OVERRIDE} if
1557 public boolean getRanking(String key, Ranking outRanking) {
1594 return Ranking.VISIBILITY_NO_OVERRIDE;

Completed in 57 milliseconds