OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:groupSortKey
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/core/java/com/android/server/notification/
RankingHelper.java
262
String
groupSortKey
= record.getNotification().getSortKey();
270
if (
groupSortKey
== null) {
272
} else if (
groupSortKey
.equals("")) {
275
groupSortKeyPortion = "gsk=" +
groupSortKey
;
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
NotificationUtils.java
[
all
...]
Completed in 49 milliseconds