Searched defs:getOrderedKeys (Results 1 - 2 of 2) sorted by path

/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java1546 public String[] getOrderedKeys() { method in class:NotificationListenerService.RankingMap
1547 return mRankingUpdate.getOrderedKeys();
1682 String[] orderedKeys = mRankingUpdate.getOrderedKeys();
1716 String[] orderedKeys = mRankingUpdate.getOrderedKeys();
H A DNotificationRankingUpdate.java103 public String[] getOrderedKeys() { method in class:NotificationRankingUpdate

Completed in 85 milliseconds