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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/
TvStatusBar.java 22 import android.service.notification.NotificationListenerService.RankingMap;
47 public void addNotification(StatusBarNotification notification, RankingMap ranking,
52 protected void updateNotificationRanking(RankingMap ranking) {
56 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;
174 private RankingMap mRankingMap;
195 // RankingMap as received from NoMan
259 public void add(Entry entry, RankingMap ranking) {
267 public Entry remove(String key, RankingMap ranking) {
278 public void updateRanking(RankingMap ranking) {
332 private void updateRankingAndSort(RankingMap ranking) {
BaseStatusBar.java 63 import android.service.notification.NotificationListenerService.RankingMap;
603 final RankingMap currentRanking = getCurrentRanking();
616 final RankingMap rankingMap) {
638 removeNotification(key, rankingMap);
640 mNotificationData.updateRanking(rankingMap);
645 updateNotification(sbn, rankingMap);
647 addNotification(sbn, rankingMap, null /* oldEntry */);
656 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 94 import android.service.notification.NotificationListenerService.RankingMap;
665 private RankingMap mLatestRankingMap;
    [all...]
  /frameworks/base/
compiled-classes-phone     [all...]
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 2679 milliseconds