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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationListenerWithPlugins.java 67 RankingMap currentRanking = super.getCurrentRanking();
69 currentRanking = plugin.getCurrentRanking(currentRanking);
71 return currentRanking;
  /frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
NotificationListenerController.java 45 default RankingMap getCurrentRanking(RankingMap currentRanking) {
46 return currentRanking;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationListener.java 62 final RankingMap currentRanking = getCurrentRanking();
65 mEntryManager.addNotification(sbn, currentRanking);

Completed in 74 milliseconds