Searched refs:staticEntryGroups (Results 1 – 6 of 6) sorted by relevance
75 List<SafetyCenterStaticEntryGroup> staticEntryGroups =89 for (int i = 0; i < staticEntryGroups.size(); i++) {90 builder.addStaticEntryGroup(staticEntryGroups.get(i));101 status, issues, entryOrGroups, staticEntryGroups);123 @NonNull List<SafetyCenterStaticEntryGroup> staticEntryGroups) { in SafetyCenterData() argument127 mStaticEntryGroups = unmodifiableList(new ArrayList<>(requireNonNull(staticEntryGroups))); in SafetyCenterData()136 @NonNull List<SafetyCenterStaticEntryGroup> staticEntryGroups, in SafetyCenterData() argument142 mStaticEntryGroups = staticEntryGroups; in SafetyCenterData()498 List<SafetyCenterStaticEntryGroup> staticEntryGroups = in build() local504 mStatus, issues, entriesOrGroups, staticEntryGroups, dismissedIssues, mExtras); in build()
218 assertThat(safetyCenterData.staticEntryGroups).isEmpty() in getStaticGroups_withDefaultBuilder_returnsEmptyList()230 assertThat(safetyCenterData.staticEntryGroups) in getStaticEntryGroups_whenSetExplicitly_returnsStaticEntryGroups()342 assertThat(data1.staticEntryGroups).containsExactly(staticEntryGroup1) in getStaticEntryGroups_returnsStaticEntryGroups()343 assertThat(data2.staticEntryGroups).containsExactly(staticEntryGroup2) in getStaticEntryGroups_returnsStaticEntryGroups()348 val mutatedStaticEntryGroups = data1.staticEntryGroups in getStaticEntryGroups_mutationsAreNotAllowed()409 val staticEntryGroups = safetyCenterDataBuilder.build().staticEntryGroups in builder_addStaticEntryGroup_doesNotMutatePreviouslyBuiltInstance() constant413 assertThat(staticEntryGroups).containsExactly(staticEntryGroup1) in builder_addStaticEntryGroup_doesNotMutatePreviouslyBuiltInstance()426 assertThat(safetyCenterData.staticEntryGroups).isEmpty() in builder_clearStaticEntryGroups_removesAllStaticEntryGroups()
140 staticEntryGroups.flatMap { it.staticEntries } in SafetyCenterData()
555 staticEntryGroups.forEach(::addStaticEntryGroup) in SafetyCenterData()
295 safetyCenterData.staticEntryGroups in <lambda>()
1061 apiSafetyCenterData.staticEntryGroups in <lambda>()1087 apiSafetyCenterData.staticEntryGroups in <lambda>()1105 assertThat(apiSafetyCenterData.staticEntryGroups).isEmpty() in <lambda>()1699 apiSafetyCenterData.staticEntryGroups[0].staticEntries[0] in <lambda>()1711 apiSafetyCenterData.staticEntryGroups[1].staticEntries[0] in <lambda>()