Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupManager.java53 NotificationGroup group = mGroupMap.get(getGroupKey(sbn)); in isGroupExpanded()
61 NotificationGroup group = mGroupMap.get(getGroupKey(sbn)); in setGroupExpanded()
89 String groupKey = getGroupKey(sbn); in onEntryRemovedInternal()
114 String groupKey = getGroupKey(sbn); in onEntryAdded()
165 return getNumberOfIsolatedChildren(group.summary.notification.getGroupKey()) != 0; in hasIsolatedChildren()
171 if (sbn.getGroupKey().equals(groupKey) && isIsolated(sbn)) { in getNumberOfIsolatedChildren()
180 if (sbn.getGroupKey().equals(groupKey) && isIsolated(sbn)) { in getIsolatedChild()
189 String oldKey = oldNotification.getGroupKey(); in onEntryUpdated()
190 String newKey = entry.notification.getGroupKey(); in onEntryUpdated()
195 if (mGroupMap.get(getGroupKey(oldNotification)) != null) { in onEntryUpdated()
[all …]
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java205 pw.println(prefix + " groupKey=" + getGroupKey()); in dump()
522 public String getGroupKey() { in getGroupKey() method in NotificationRecord
523 return sbn.getGroupKey(); in getGroupKey()
DRankingHelper.java251 final String groupKey = record.getGroupKey(); in sort()
261 NotificationRecord groupProxy = mProxyByGroupTmp.get(record.getGroupKey()); in sort()
DNotificationManagerService.java2760 String group = sbn.getGroupKey(); in handleGroupedNotificationLocked()
2764 String oldGroup = old != null ? old.sbn.getGroupKey() : null; in handleGroupedNotificationLocked()
3136 groupOverrideBefore.add(r.sbn.getGroupKey()); in handleRankingSort()
3147 || !groupOverrideBefore.get(i).equals(r.sbn.getGroupKey())) { in handleRankingSort()
3371 String groupKey = r.getGroupKey(); in cancelNotificationLocked()
3579 childR.getGroupKey().equals(r.getGroupKey()) in cancelGroupChildrenLocked()
/frameworks/base/core/java/android/service/notification/
DStatusBarNotification.java317 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/opt/setupwizard/tools/docs/
Dandroid-22.txt27091 method public java.lang.String getGroupKey();
/frameworks/base/api/
Dcurrent.txt34791 method public java.lang.String getGroupKey();
Dsystem-current.txt37602 method public java.lang.String getGroupKey();
Dtest-current.txt34874 method public java.lang.String getGroupKey();