Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DRankingHelper.java168 String groupSortKey = record.getNotification().getSortKey(); in sort() local
176 if (groupSortKey == null) { in sort()
178 } else if (groupSortKey.equals("")) { in sort()
181 groupSortKeyPortion = "gsk=" + groupSortKey; in sort()