HomeSort by relevance Sort by last modified time
    Searched refs:RankingMap (Results 1 - 11 of 11) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/
TvStatusBar.java 23 import android.service.notification.NotificationListenerService.RankingMap;
58 public void addNotification(StatusBarNotification notification, RankingMap ranking,
63 protected void updateNotificationRanking(RankingMap ranking) {
67 public void removeNotification(String key, RankingMap ranking) {
  /packages/experimental/NotificationListenerSample/src/com/android/example/notificationlistener/
Listener.java 31 import android.service.notification.NotificationListenerService.RankingMap;
93 private RankingMap mRankingMap;
97 final RankingMap mRankingMap;
99 public Delta(StatusBarNotification sbn, RankingMap rankingMap) {
101 mRankingMap = rankingMap;
277 public void onNotificationRankingUpdate(RankingMap rankingMap) {
280 new Delta(null, rankingMap)).sendToTarget();
284 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap)
    [all...]
  /frameworks/base/core/java/android/service/notification/
NotificationListenerService.java 186 private RankingMap mRankingMap;
233 * @param rankingMap The current ranking map that can be used to retrieve ranking information
236 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) {
277 * @param rankingMap The current ranking map that can be used to retrieve ranking information
281 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap) {
306 * @param rankingMap The current ranking map that can be used to retrieve ranking information
309 public void onNotificationRankingUpdate(RankingMap rankingMap) {
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationData.java 24 import android.service.notification.NotificationListenerService.RankingMap;
175 private RankingMap mRankingMap;
196 // RankingMap as received from NoMan
260 public void add(Entry entry, RankingMap ranking) {
268 public Entry remove(String key, RankingMap ranking) {
279 public void updateRanking(RankingMap ranking) {
333 private void updateRankingAndSort(RankingMap ranking) {
BaseStatusBar.java 64 import android.service.notification.NotificationListenerService.RankingMap;
591 final RankingMap currentRanking = getCurrentRanking();
604 final RankingMap rankingMap) {
626 removeNotification(key, rankingMap);
628 mNotificationData.updateRanking(rankingMap);
633 updateNotification(sbn, rankingMap);
635 addNotification(sbn, rankingMap, null /* oldEntry */);
644 final RankingMap rankingMap) {
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
MockListener.java 195 public void onNotificationRankingUpdate(RankingMap rankingMap) {
196 String[] orderedKeys = rankingMap.getOrderedKeys();
202 rankingMap.getRanking(key, rank);
217 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) {
234 onNotificationRankingUpdate(rankingMap);
238 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap) {
243 onNotificationRankingUpdate(rankingMap);
    [all...]
  /packages/apps/Settings/src/com/android/settings/notification/
NotificationStation.java 32 import android.service.notification.NotificationListenerService.RankingMap;
79 private RankingMap mRanking;
90 public void onNotificationPosted(StatusBarNotification sbn, RankingMap ranking) {
98 public void onNotificationRemoved(StatusBarNotification notification, RankingMap ranking) {
106 public void onNotificationRankingUpdate(RankingMap ranking) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java 77 import android.service.notification.NotificationListenerService.RankingMap;
645 private RankingMap mLatestRankingMap;
    [all...]
  /frameworks/base/
compiled-classes-phone     [all...]
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 301 milliseconds