Searched refs:staticEntryGroups (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Permission/framework-s/java/android/safetycenter/ |
D | SafetyCenterData.java | 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() argument 127 mStaticEntryGroups = unmodifiableList(new ArrayList<>(requireNonNull(staticEntryGroups))); in SafetyCenterData() 136 @NonNull List<SafetyCenterStaticEntryGroup> staticEntryGroups, in SafetyCenterData() argument 142 mStaticEntryGroups = staticEntryGroups; in SafetyCenterData() 498 List<SafetyCenterStaticEntryGroup> staticEntryGroups = in build() local 504 mStatus, issues, entriesOrGroups, staticEntryGroups, dismissedIssues, mExtras); in build()
|
/packages/modules/Permission/tests/cts/safetycenter/src/android/safetycenter/cts/ |
D | SafetyCenterDataTest.kt | 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() constant 413 assertThat(staticEntryGroups).containsExactly(staticEntryGroup1) in builder_addStaticEntryGroup_doesNotMutatePreviouslyBuiltInstance() 426 assertThat(safetyCenterData.staticEntryGroups).isEmpty() in builder_clearStaticEntryGroups_removesAllStaticEntryGroups()
|
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/ui/ |
D | SafetyCenterDashboardFragment.java | 336 List<SafetyCenterStaticEntryGroup> staticEntryGroups = data.getStaticEntryGroups(); in updateStaticSafetyEntries() local 337 for (int i = 0, size = staticEntryGroups.size(); i < size; i++) { in updateStaticSafetyEntries() 338 SafetyCenterStaticEntryGroup group = staticEntryGroups.get(i); in updateStaticSafetyEntries()
|
/packages/modules/Permission/tests/utils/safetycenter/java/com/android/safetycenter/testing/ |
D | SafetyCenterTestListener.kt | 140 staticEntryGroups.flatMap { it.staticEntries } in SafetyCenterData()
|
D | SafetyCenterTestData.kt | 579 staticEntryGroups.forEach(::addStaticEntryGroup) in SafetyCenterData()
|
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/service/ |
D | SafetyCenterSearchIndexablesProvider.kt | 293 safetyCenterData.staticEntryGroups in <lambda>()
|
/packages/modules/Permission/tests/functional/safetycenter/singleuser/src/android/safetycenter/functional/ |
D | SafetyCenterManagerTest.kt | 1117 apiSafetyCenterData.staticEntryGroups in <lambda>() 1143 apiSafetyCenterData.staticEntryGroups in <lambda>() 1161 assertThat(apiSafetyCenterData.staticEntryGroups).isEmpty() in <lambda>() 1755 apiSafetyCenterData.staticEntryGroups[0].staticEntries[0], in <lambda>() 1767 apiSafetyCenterData.staticEntryGroups[1].staticEntries[0], in <lambda>()
|