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

  /frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
NotificationListenerController.java 17 import android.service.notification.NotificationListenerService.RankingMap;
33 default boolean onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) {
36 default boolean onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap) {
45 default RankingMap getCurrentRanking(RankingMap currentRanking) {
55 RankingMap getRankingMap();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationListenerWithPlugins.java 66 public RankingMap getCurrentRanking() {
67 RankingMap currentRanking = super.getCurrentRanking();
84 final RankingMap rankingMap) {
86 if (plugin.onNotificationPosted(sbn, rankingMap)) {
98 final RankingMap rankingMap) {
100 if (plugin.onNotificationRemoved(sbn, rankingMap)) {
107 public RankingMap onPluginRankingUpdate(RankingMap rankingMap)
    [all...]
StatusBar.java 107 import android.service.notification.NotificationListenerService.RankingMap;
    [all...]
  /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 266 private RankingMap mRankingMap;
313 * @param rankingMap The current ranking map that can be used to retrieve ranking information
316 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) {
357 * @param rankingMap The current ranking map that can be used to retrieve ranking information
361 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap) {
382 * @param rankingMap The current ranking map that can be used to retrieve ranking information
386 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap,
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
MockListener.java 123 public void onNotificationRankingUpdate(RankingMap rankingMap) {
124 String[] orderedKeys = rankingMap.getOrderedKeys();
130 rankingMap.getRanking(key, rank);
145 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) {
163 onNotificationRankingUpdate(rankingMap);
167 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap) {
172 onNotificationRankingUpdate(rankingMap);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationData.java 33 import android.service.notification.NotificationListenerService.RankingMap;
273 private RankingMap mRankingMap;
294 // RankingMap as received from NoMan
367 public Entry remove(String key, RankingMap ranking) {
378 public void updateRanking(RankingMap ranking) {
448 private void updateRankingAndSort(RankingMap ranking) {
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
NotificationDataTest.java 75 mNotificationData.updateRanking(mock(NotificationListenerService.RankingMap.class));
  /packages/apps/Settings/src/com/android/settings/notification/
NotificationStation.java 40 import android.service.notification.NotificationListenerService.RankingMap;
91 private RankingMap mRanking;
102 public void onNotificationPosted(StatusBarNotification sbn, RankingMap ranking) {
110 public void onNotificationRemoved(StatusBarNotification notification, RankingMap ranking) {
118 public void onNotificationRankingUpdate(RankingMap ranking) {
  /frameworks/base/config/
compiled-classes-phone     [all...]
preloaded-classes     [all...]
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 

Completed in 391 milliseconds