Home
last modified time | relevance | path

Searched refs:Ranking (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationData.java21 import android.service.notification.NotificationListenerService.Ranking;
97 private final Ranking mTmpRanking = new Ranking();
99 private final Ranking mRankingA = new Ranking();
100 private final Ranking mRankingB = new Ranking();
192 return NotificationListenerService.Ranking.VISIBILITY_NO_OVERRIDE; in getVisibilityOverride()
/frameworks/base/services/core/java/com/android/server/notification/
DRankingHelper.java141 NotificationListenerService.Ranking.VISIBILITY_NO_OVERRIDE); in readXml()
153 if (vis != NotificationListenerService.Ranking.VISIBILITY_NO_OVERRIDE) { in readXml()
204 if (visibility != NotificationListenerService.Ranking.VISIBILITY_NO_OVERRIDE) { in writeXml()
325 int visibility = NotificationListenerService.Ranking.VISIBILITY_NO_OVERRIDE; in getPackageVisibilityOverride()
329 NotificationListenerService.Ranking.VISIBILITY_NO_OVERRIDE); in getPackageVisibilityOverride()
DNotificationManagerService.java2905 != NotificationListenerService.Ranking.VISIBILITY_NO_OVERRIDE) { in makeRankingUpdateLocked()
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java710 public static class Ranking { class in NotificationListenerService
721 public Ranking() {} in Ranking() method in NotificationListenerService.Ranking
816 public boolean getRanking(String key, Ranking outRanking) { in getRanking()
859 return Ranking.VISIBILITY_NO_OVERRIDE; in getVisibilityOverride()
/frameworks/base/docs/html/design/patterns/
Dnotifications.jd740 <h3>Ranking and ordering</h3>
/frameworks/base/docs/html/sdk/api_diff/preview-21/
DmissingSinces.txt103 NO DOC BLOCK: android.service.notification.NotificationListenerService.Ranking Constructor ()
432 NO DOC BLOCK: android.service.notification.NotificationListenerService.Ranking Method matchesInterr…
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBar.java1545 != NotificationListenerService.Ranking.VISIBILITY_NO_OVERRIDE; in packageHasVisibilityOverride()
/frameworks/base/docs/html/sdk/api_diff/21/
DmissingSinces.txt77 NO DOC BLOCK: android.service.notification.NotificationListenerService.Ranking Class
/frameworks/base/api/
Dsystem-current.txt28709 public static class NotificationListenerService.Ranking {
28710 ctor public NotificationListenerService.Ranking();
28720 …ean getRanking(java.lang.String, android.service.notification.NotificationListenerService.Ranking);
Dcurrent.txt27072 public static class NotificationListenerService.Ranking {
27073 ctor public NotificationListenerService.Ranking();
27083 …ean getRanking(java.lang.String, android.service.notification.NotificationListenerService.Ranking);