HomeSort by relevance Sort by last modified time
    Searched defs:getGroupKey (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/service/notification/
StatusBarNotification.java 261 public String getGroupKey() {
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationRecord.java 108 pw.println(prefix + " groupKey=" + getGroupKey());
299 public String getGroupKey() {
300 return sbn.getGroupKey();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationData.java 218 mGroupsWithSummaries.add(sbn.getGroupKey());
230 mGroupsWithSummaries.contains(sbn.getGroupKey())) {

Completed in 589 milliseconds