Home
last modified time | relevance | path

Searched refs:setGlobalSortKey (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DGlobalSortKeyComparatorTest.java55 left.setGlobalSortKey("first"); in testComparator()
62 right.setGlobalSortKey("second"); in testComparator()
100 right.setGlobalSortKey("not null"); in testNoCrash_leftNull()
124 left.setGlobalSortKey("not null"); in testNoCrash_rightNull()
/frameworks/base/services/core/java/com/android/server/notification/
DRankingHelper.java101 notificationList.get(i).setGlobalSortKey(null); in sort()
140 record.setGlobalSortKey( in sort()
DNotificationRecord.java919 public void setGlobalSortKey(String globalSortKey) { in setGlobalSortKey() method in NotificationRecord