Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/collection/render/
DGroupMembershipManagerTest.kt36 val topLevelEntry = NotificationEntryBuilder().setParent(GroupEntry.ROOT_ENTRY).build() in isChildInGroup_topLevel() constant
37 assertThat(underTest.isChildInGroup(topLevelEntry)).isFalse() in isChildInGroup_topLevel()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DHeadsUpCoordinator.kt328 list.forEach { topLevelEntry -> in <lambda>() method
329 when (topLevelEntry) { in <lambda>()
330 is NotificationEntry -> map[topLevelEntry.key] = GroupLocation.Isolated in <lambda>()
332 topLevelEntry.summary?.let { summary -> in <lambda>()
335 topLevelEntry.children.forEach { child -> in <lambda>()
339 else -> error("unhandled type $topLevelEntry") in <lambda>()