Home
last modified time | relevance | path

Searched defs:staticEntryGroups (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Permission/framework-s/java/android/safetycenter/
DSafetyCenterData.java123 @NonNull List<SafetyCenterStaticEntryGroup> staticEntryGroups) { in SafetyCenterData()
136 @NonNull List<SafetyCenterStaticEntryGroup> staticEntryGroups, in SafetyCenterData()
498 List<SafetyCenterStaticEntryGroup> staticEntryGroups = in build() local
/packages/modules/Permission/tests/cts/safetycenter/src/android/safetycenter/cts/
DSafetyCenterDataTest.kt409 val staticEntryGroups = safetyCenterDataBuilder.build().staticEntryGroups in builder_addStaticEntryGroup_doesNotMutatePreviouslyBuiltInstance() constant