Searched refs:staticSafetySource (Results 1 – 2 of 2) sorted by relevance
170 SafetySource staticSafetySource = safetySources.get(j); in build() local171 String sourceId = staticSafetySource.getId(); in build()
419 .addSafetySource(staticSafetySource("TestSource"))532 .addSafetySource(staticSafetySource(STATIC_IN_STATEFUL_ID))651 .addSafetySource(staticSafetySource(STATIC_IN_STATEFUL_ID))658 .addSafetySource(staticSafetySource(STATIC_IN_STATELESS_ID))803 private fun staticSafetySource(id: String) = staticSafetySourceBuilder(id).build() in staticSafetySource() method