Searched refs:topLevelEntry (Results 1 – 2 of 2) sorted by relevance
36 val topLevelEntry = NotificationEntryBuilder().setParent(GroupEntry.ROOT_ENTRY).build() in isChildInGroup_topLevel() constant37 assertThat(underTest.isChildInGroup(topLevelEntry)).isFalse() in isChildInGroup_topLevel()
328 list.forEach { topLevelEntry -> in <lambda>() method329 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>()