Searched refs:childSbn (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/core/java/com/android/server/notification/ |
D | GroupHelper.java | 88 public void onNotificationUpdated(StatusBarNotification childSbn, in onNotificationUpdated() argument 90 if (childSbn.getGroup() != AUTOGROUP_KEY in onNotificationUpdated() 91 || childSbn.getNotification().isGroupSummary()) return; in onNotificationUpdated() 92 if (childSbn.isOngoing()) { in onNotificationUpdated() 93 addToOngoingGroupCount(childSbn, true); in onNotificationUpdated() 95 addToOngoingGroupCount(childSbn, false); in onNotificationUpdated()
|
D | NotificationManagerService.java | 8087 final StatusBarNotification childSbn = childR.getSbn(); 8088 if ((childSbn.isGroup() && !childSbn.getNotification().isGroupSummary()) && 8094 EventLogTags.writeNotificationCancel(callingUid, callingPid, pkg, childSbn.getId(), 8095 childSbn.getTag(), userId, 0, 0, childReason, listenerName);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | ExpandableNotificationRow.java | 2398 final StatusBarNotification childSbn = childRow.getEntry().getSbn(); 2399 if (childSbn.getUser().equals(mEntry.getSbn().getUser()) 2400 && childSbn.getPackageName().equals(mEntry.getSbn().getPackageName())) {
|