Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java457 List<ExpandableNotificationRow> rowChildren = row.getAttachedChildren(); in getAttachedNotifChildren() local
458 if (rowChildren == null) { in getAttachedNotifChildren()
463 for (ExpandableNotificationRow child : rowChildren) { in getAttachedNotifChildren()