Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DRankingHelper.java125 String groupSortKey = record.getNotification().getSortKey(); in sort() local
133 if (groupSortKey == null) { in sort()
135 } else if (groupSortKey.equals("")) { in sort()
138 groupSortKeyPortion = "gsk=" + groupSortKey; in sort()