Searched refs:RankingMap (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/service/notification/ |
D | NotificationListenerService.java | 114 private RankingMap mRankingMap; 153 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationPosted() 198 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationRemoved() 217 public void onNotificationRankingUpdate(RankingMap rankingMap) { in onNotificationRankingUpdate() 545 public RankingMap getCurrentRanking() { in getCurrentRanking() 692 mRankingMap = new RankingMap(update); in applyUpdate() 789 public static class RankingMap implements Parcelable { class in NotificationListenerService 795 private RankingMap(NotificationRankingUpdate rankingUpdate) { in RankingMap() method in NotificationListenerService.RankingMap 902 public static final Creator<RankingMap> CREATOR = new Creator<RankingMap>() { 904 public RankingMap createFromParcel(Parcel source) { [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/ |
D | TvStatusBar.java | 20 import android.service.notification.NotificationListenerService.RankingMap; 50 public void addNotification(StatusBarNotification notification, RankingMap ranking) { in addNotification() 54 protected void updateNotificationRanking(RankingMap ranking) { in updateNotificationRanking() 58 public void removeNotification(String key, RankingMap ranking) { in removeNotification()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationData.java | 22 import android.service.notification.NotificationListenerService.RankingMap; 96 private RankingMap mRankingMap; 163 public void add(Entry entry, RankingMap ranking) { in add() 168 public Entry remove(String key, RankingMap ranking) { in remove() 175 public void updateRanking(RankingMap ranking) { in updateRanking() 195 private void updateRankingAndSort(RankingMap ranking) { in updateRankingAndSort()
|
D | BaseStatusBar.java | 58 import android.service.notification.NotificationListenerService.RankingMap; 411 final RankingMap currentRanking = getCurrentRanking(); 424 final RankingMap rankingMap) { 461 final RankingMap rankingMap) { 472 public void onNotificationRankingUpdate(final RankingMap rankingMap) { 1681 protected StatusBarNotification removeNotificationViews(String key, RankingMap ranking) { 1720 protected void addNotificationViews(Entry entry, RankingMap ranking) { 1823 RankingMap ranking); 1824 protected abstract void updateNotificationRanking(RankingMap ranking); 1825 public abstract void removeNotification(String key, RankingMap ranking); [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PhoneStatusBar.java | 83 import android.service.notification.NotificationListenerService.RankingMap; 1311 public void addNotification(StatusBarNotification notification, RankingMap ranking) { in addNotification() 1399 protected void updateNotificationRanking(RankingMap ranking) { in updateNotificationRanking() 1405 public void removeNotification(String key, RankingMap ranking) { in removeNotification()
|
/frameworks/base/docs/html/sdk/api_diff/21/ |
D | missingSinces.txt | 78 NO DOC BLOCK: android.service.notification.NotificationListenerService.RankingMap Class 742 …ication.StatusBarNotification, android.service.notification.NotificationListenerService.RankingMap) 743 …od onNotificationRankingUpdate(android.service.notification.NotificationListenerService.RankingMap) 744 …ication.StatusBarNotification, android.service.notification.NotificationListenerService.RankingMap)
|
/frameworks/base/api/ |
D | system-current.txt | 28685 …method public android.service.notification.NotificationListenerService.RankingMap getCurrentRankin… 28691 …cation.StatusBarNotification, android.service.notification.NotificationListenerService.RankingMap); 28692 …d onNotificationRankingUpdate(android.service.notification.NotificationListenerService.RankingMap); 28694 …cation.StatusBarNotification, android.service.notification.NotificationListenerService.RankingMap); 28717 public static class NotificationListenerService.RankingMap implements android.os.Parcelable { 28722 …os.Parcelable.Creator<android.service.notification.NotificationListenerService.RankingMap> CREATOR;
|
D | current.txt | 27053 …method public android.service.notification.NotificationListenerService.RankingMap getCurrentRankin… 27059 …cation.StatusBarNotification, android.service.notification.NotificationListenerService.RankingMap); 27060 …d onNotificationRankingUpdate(android.service.notification.NotificationListenerService.RankingMap); 27062 …cation.StatusBarNotification, android.service.notification.NotificationListenerService.RankingMap); 27080 public static class NotificationListenerService.RankingMap implements android.os.Parcelable { 27085 …os.Parcelable.Creator<android.service.notification.NotificationListenerService.RankingMap> CREATOR;
|