Searched refs:addSafetySource (Results 1 – 7 of 7) sorted by relevance
146 .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 …]
205 .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 …]
50 .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 …]
147 builder.addSafetySource(safetySources.get(i));404 public Builder addSafetySource(@NonNull SafetySource safetySource) { in addSafetySource() method in SafetySourcesGroup.Builder
379 filteredGroupBuilder.addSafetySource(source); in extractLoggableSafetySourcesGroups()
229 builder.addSafetySource(parseSafetySource(parser, resources, type, parser.getName())); in parseSafetySourcesGroup()
637 …method @NonNull public android.safetycenter.config.SafetySourcesGroup.Builder addSafetySource(@Non…