HomeSort by relevance Sort by last modified time
    Searched refs:groupSummaryKey (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/notification/
NotificationGroup.java 33 public void setGroupSummaryKey(String groupSummaryKey) {
34 mGroupSummaryKey = groupSummaryKey;
  /frameworks/base/services/core/java/com/android/server/notification/
SnoozeHelper.java 279 String groupSummaryKey = null;
286 groupSummaryKey = potentialGroupSummary.getKey();
291 if (groupSummaryKey != null) {
292 NotificationRecord record = recordsByKey.remove(groupSummaryKey);
293 mPackages.remove(groupSummaryKey);
294 mUsers.remove(groupSummaryKey);

Completed in 898 milliseconds