Home
last modified time | relevance | path

Searched refs:getGroupKey (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java108 pw.println(prefix + " groupKey=" + getGroupKey()); in dump()
299 public String getGroupKey() { in getGroupKey() method in NotificationRecord
300 return sbn.getGroupKey(); in getGroupKey()
DRankingHelper.java238 final String groupKey = record.getGroupKey(); in sort()
248 NotificationRecord groupProxy = mProxyByGroupTmp.get(record.getGroupKey()); in sort()
DNotificationManagerService.java1937 String group = sbn.getGroupKey(); in handleGroupedNotificationLocked()
1941 String oldGroup = old != null ? old.sbn.getGroupKey() : null; in handleGroupedNotificationLocked()
1990 String group = sbn.getGroupKey(); in removeUnusedGroupedNotificationLocked()
2535 String groupKey = r.getGroupKey(); in cancelNotificationLocked()
2737 childR.getGroupKey().equals(r.getGroupKey())) { in cancelGroupChildrenLocked()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationData.java218 mGroupsWithSummaries.add(sbn.getGroupKey()); in filterAndSort()
230 mGroupsWithSummaries.contains(sbn.getGroupKey())) { in filterAndSort()
DBaseStatusBar.java437 mNotificationData.isGroupWithSummary(sbn.getGroupKey())) {
/frameworks/base/core/java/android/service/notification/
DStatusBarNotification.java261 public String getGroupKey() { in getGroupKey() method in StatusBarNotification
/frameworks/base/docs/html/sdk/api_diff/preview-21/
DmissingSinces.txt250 NO DOC BLOCK: android.service.notification.StatusBarNotification Method getGroupKey()
/frameworks/base/docs/html/sdk/api_diff/21/
DmissingSinces.txt466 NO DOC BLOCK: android.service.notification.StatusBarNotification Method getGroupKey()
/frameworks/base/api/
Dsystem-current.txt28730 method public java.lang.String getGroupKey();
Dcurrent.txt27093 method public java.lang.String getGroupKey();