HomeSort by relevance Sort by last modified time
    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