Home
last modified time | relevance | path

Searched refs:addStaticEntryGroup (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Permission/tests/cts/safetycenter/src/android/safetycenter/cts/
DSafetyCenterDataTest.kt226 .addStaticEntryGroup(staticEntryGroup1) in getStaticEntryGroups_whenSetExplicitly_returnsStaticEntryGroups()
227 .addStaticEntryGroup(staticEntryGroup2) in getStaticEntryGroups_whenSetExplicitly_returnsStaticEntryGroups()
408 SafetyCenterData.Builder(status1).addStaticEntryGroup(staticEntryGroup1) in builder_addStaticEntryGroup_doesNotMutatePreviouslyBuiltInstance()
411 safetyCenterDataBuilder.addStaticEntryGroup(staticEntryGroup2) in builder_addStaticEntryGroup_doesNotMutatePreviouslyBuiltInstance()
421 .addStaticEntryGroup(staticEntryGroup1) in builder_clearStaticEntryGroups_removesAllStaticEntryGroups()
422 .addStaticEntryGroup(staticEntryGroup2) in builder_clearStaticEntryGroups_removesAllStaticEntryGroups()
566 .addStaticEntryGroup(staticEntryGroup1) in equalsHashCode_atLeastU_usingEqualsHashCodeToStringTester()
571 .addStaticEntryGroup(staticEntryGroup1) in equalsHashCode_atLeastU_usingEqualsHashCodeToStringTester()
579 .addStaticEntryGroup(staticEntryGroup1) in equalsHashCode_atLeastU_usingEqualsHashCodeToStringTester()
587 .addStaticEntryGroup(staticEntryGroup1) in equalsHashCode_atLeastU_usingEqualsHashCodeToStringTester()
[all …]
/packages/modules/Permission/framework-s/java/android/safetycenter/
DSafetyCenterData.java90 builder.addStaticEntryGroup(staticEntryGroups.get(i));
415 public SafetyCenterData.Builder addStaticEntryGroup( in addStaticEntryGroup() method in SafetyCenterData.Builder
/packages/modules/Permission/tests/utils/safetycenter/java/com/android/safetycenter/testing/
DSafetyCenterTestData.kt555 staticEntryGroups.forEach(::addStaticEntryGroup) in SafetyCenterData()
/packages/modules/Permission/service/java/com/android/safetycenter/
DSafetyCenterDataFactory.java264 builder.addStaticEntryGroup(safetyCenterStaticEntryGroups.get(i)); in assembleSafetyCenterData()
/packages/modules/Permission/framework-s/api/
Dsystem-current.txt87 …method @NonNull public android.safetycenter.SafetyCenterData.Builder addStaticEntryGroup(@NonNull …