Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupManager.java43 NotificationGroup group = mGroupMap.get(sbn.getGroupKey()); in isGroupExpanded()
51 NotificationGroup group = mGroupMap.get(sbn.getGroupKey()); in setGroupExpanded()
79 String groupKey = sbn.getGroupKey(); in onEntryRemovedInternal()
118 String groupKey = sbn.getGroupKey(); in onEntryAdded()
140 if (mGroupMap.get(oldNotification.getGroupKey()) != null) { in onEntryUpdated()
150 NotificationGroup group = mGroupMap.get(sbn.getGroupKey()); in isVisible()
164 NotificationGroup group = mGroupMap.get(sbn.getGroupKey()); in hasGroupChildren()
201 NotificationGroup group = mGroupMap.get(sbn.getGroupKey()); in isChildInGroupWithSummary()
209 NotificationGroup group = mGroupMap.get(sbn.getGroupKey()); in getGroupSummary()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java130 pw.println(prefix + " groupKey=" + getGroupKey()); in dump()
379 public String getGroupKey() { in getGroupKey() method in NotificationRecord
380 return sbn.getGroupKey(); in getGroupKey()
DRankingHelper.java261 final String groupKey = record.getGroupKey(); in sort()
271 NotificationRecord groupProxy = mProxyByGroupTmp.get(record.getGroupKey()); in sort()
DNotificationManagerService.java2231 String group = sbn.getGroupKey(); in handleGroupedNotificationLocked()
2235 String oldGroup = old != null ? old.sbn.getGroupKey() : null; in handleGroupedNotificationLocked()
2285 String group = sbn.getGroupKey(); in removeUnusedGroupedNotificationLocked()
2830 String groupKey = r.getGroupKey(); in cancelNotificationLocked()
3034 childR.getGroupKey().equals(r.getGroupKey())) { in cancelGroupChildrenLocked()
/frameworks/base/core/java/android/service/notification/
DStatusBarNotification.java265 public String getGroupKey() { in getGroupKey() method in StatusBarNotification
/frameworks/base/docs/html/sdk/api_diff/21/
DmissingSinces.txt466 NO DOC BLOCK: android.service.notification.StatusBarNotification Method getGroupKey()
/frameworks/base/api/
Dcurrent.txt28722 method public java.lang.String getGroupKey();
Dsystem-current.txt30826 method public java.lang.String getGroupKey();