Searched defs:getGroupKey (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/service/notification/
H A DStatusBarNotification.java261 public String getGroupKey() { method in class:StatusBarNotification
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java108 pw.println(prefix + " groupKey=" + getGroupKey());
299 public String getGroupKey() { method in class:NotificationRecord
300 return sbn.getGroupKey();

Completed in 504 milliseconds