Searched defs:outRanking (Results 1 - 3 of 3) sorted by path

/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java1551 * Populates outRanking with ranking information for the notification
1554 * @return true if a valid key has been passed and outRanking has
1557 public boolean getRanking(String key, Ranking outRanking) { argument
1559 outRanking.populate(key, rank, !isIntercepted(key),
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationData.java476 * @param outRanking the ranking to populate
481 protected boolean getRanking(String key, Ranking outRanking) { argument
482 return mRankingMap.getRanking(key, outRanking);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationDataTest.java140 protected boolean getRanking(String key, NotificationListenerService.Ranking outRanking) { argument
141 super.getRanking(key, outRanking);

Completed in 196 milliseconds