Searched refs:entryGroups (Results 1 – 2 of 2) sorted by relevance
46 createSafetyCenterData(entryGroups = listOf(matchingGroup, nonMatchingGroup)) in getMatchingGroup_validMatchingGroup_returnsExpectedEntryGroup()56 val safetyCenterData = createSafetyCenterData(entryGroups = listOf(nonMatchingGroup)) in getMatchingGroup_noMatchingGroup_returnsNull()259 entryGroups: List<SafetyCenterEntryGroup> = listOf(), in createSafetyCenterData()269 for (group in entryGroups) { in createSafetyCenterData()
47 val entryGroups = entryOrGroups.mapNotNull { it.entryGroup } in getMatchingGroup() constant48 return entryGroups.find { it.id == groupId } in getMatchingGroup()