Searched refs:getGroupKey (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationGroupManager.java52 NotificationGroup group = mGroupMap.get(getGroupKey(sbn));
60 NotificationGroup group = mGroupMap.get(getGroupKey(sbn));
88 String groupKey = getGroupKey(sbn);
113 String groupKey = getGroupKey(sbn);
164 return getNumberOfIsolatedChildren(group.summary.notification.getGroupKey()) != 0;
170 if (sbn.getGroupKey().equals(groupKey) && isIsolated(sbn)) {
179 if (sbn.getGroupKey().equals(groupKey) && isIsolated(sbn)) {
188 String oldKey = oldNotification.getGroupKey();
189 String newKey = entry.notification.getGroupKey();
194 if (mGroupMap.get(getGroupKey(oldNotificatio
352 private String getGroupKey(StatusBarNotification sbn) { method in class:NotificationGroupManager
[all...]
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java205 pw.println(prefix + " groupKey=" + getGroupKey());
522 public String getGroupKey() { method in class:NotificationRecord
523 return sbn.getGroupKey();
H A DRankingHelper.java251 final String groupKey = record.getGroupKey();
261 NotificationRecord groupProxy = mProxyByGroupTmp.get(record.getGroupKey());
H A DNotificationManagerService.java2763 String group = sbn.getGroupKey();
2767 String oldGroup = old != null ? old.sbn.getGroupKey() : null;
3139 groupOverrideBefore.add(r.sbn.getGroupKey());
3150 || !groupOverrideBefore.get(i).equals(r.sbn.getGroupKey())) {
3374 String groupKey = r.getGroupKey();
3582 childR.getGroupKey().equals(r.getGroupKey())) {
/frameworks/base/core/java/android/service/notification/
H A DStatusBarNotification.java317 public String getGroupKey() { method in class:StatusBarNotification

Completed in 96 milliseconds