Home
last modified time | relevance | path

Searched refs:addSafetySource (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Permission/tests/utils/safetycenter/java/com/android/safetycenter/testing/
DSafetyCenterTestConfigs.kt146 .addSafetySource(
182 .addSafetySource(dynamicSafetySource(SOURCE_ID_1))
183 .addSafetySource(dynamicSafetySource(SOURCE_ID_2))
190 .addSafetySource(
206 .addSafetySource(dynamicSafetySource(SOURCE_ID_1))
207 .addSafetySource(dynamicSafetySource(SOURCE_ID_2))
208 .addSafetySource(dynamicSafetySource(SOURCE_ID_3))
220 .addSafetySource(
226 .addSafetySource(
232 .addSafetySource(
[all …]
/packages/modules/Permission/tests/cts/safetycenter/src/android/safetycenter/cts/config/
DSafetySourcesGroupTest.kt205 .addSafetySource(SafetySourceTest.DYNAMIC_BAREBONE) in builder_addSafetySource_doesNotMutatePreviouslyBuiltInstance()
208 safetySourcesGroupBuilder.addSafetySource(SafetySourceTest.STATIC_BAREBONE) in builder_addSafetySource_doesNotMutatePreviouslyBuiltInstance()
220 .addSafetySource(SafetySourceTest.DYNAMIC_BAREBONE) in build_hiddenGroupWithDynamicSource_throwsIllegalStateException()
237 .addSafetySource(SafetySourceTest.STATIC_BAREBONE) in build_hiddenGroupWithStaticSource_throwsIllegalStateException()
255 .addSafetySource(SafetySourceTest.ISSUE_ONLY_BAREBONE) in build_statefulGroupWithIssueOnlySource_throwsIllegalStateException()
274 .addSafetySource(SafetySourceTest.ISSUE_ONLY_BAREBONE) in build_statelessGroupWithIssueOnlySource_throwsIllegalStateException()
340 .addSafetySource(SafetySourceTest.DYNAMIC_BAREBONE) in equalsHashCodeToString_usingEqualsHashCodeToStringTester()
341 .addSafetySource(SafetySourceTest.STATIC_BAREBONE) in equalsHashCodeToString_usingEqualsHashCodeToStringTester()
342 .addSafetySource(SafetySourceTest.ISSUE_ONLY_BAREBONE) in equalsHashCodeToString_usingEqualsHashCodeToStringTester()
364 .addSafetySource(SafetySourceTest.DYNAMIC_BAREBONE) in equalsHashCodeToString_usingEqualsHashCodeToStringTester()
[all …]
/packages/modules/Permission/SafetyCenter/Config/tests/java/com/android/safetycenter/config/
DParserConfigValidTest.kt50 .addSafetySource( in validConfig_matchesExpected()
60 .addSafetySource( in validConfig_matchesExpected()
87 .addSafetySource( in validConfig_matchesExpected()
114 .addSafetySource( in validConfig_matchesExpected()
124 .addSafetySource( in validConfig_matchesExpected()
132 .addSafetySource( in validConfig_matchesExpected()
156 .addSafetySource( in validConfig_matchesExpected()
164 .addSafetySource( in validConfig_matchesExpected()
186 .addSafetySource( in validConfig_matchesExpected()
193 .addSafetySource( in validConfig_matchesExpected()
[all …]
/packages/modules/Permission/framework-s/java/android/safetycenter/config/
DSafetySourcesGroup.java147 builder.addSafetySource(safetySources.get(i));
404 public Builder addSafetySource(@NonNull SafetySource safetySource) { in addSafetySource() method in SafetySourcesGroup.Builder
/packages/modules/Permission/service/java/com/android/safetycenter/
DSafetyCenterConfigReader.java379 filteredGroupBuilder.addSafetySource(source); in extractLoggableSafetySourcesGroups()
/packages/modules/Permission/SafetyCenter/Config/java/com/android/safetycenter/config/
DSafetyCenterConfigParser.java229 builder.addSafetySource(parseSafetySource(parser, resources, type, parser.getName())); in parseSafetySourcesGroup()
/packages/modules/Permission/framework-s/api/
Dsystem-current.txt637 …method @NonNull public android.safetycenter.config.SafetySourcesGroup.Builder addSafetySource(@Non…