Home
last modified time | relevance | path

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

/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
DBindingGraphValidator.java718 ImmutableSet.Builder<String> incompatiblyScopedMethodsBuilder = ImmutableSet.builder(); in validateComponentScope() local
732 incompatiblyScopedMethodsBuilder.add( in validateComponentScope()
736 incompatiblyScopedMethodsBuilder.add( in validateComponentScope()
748 ImmutableSet<String> incompatiblyScopedMethods = incompatiblyScopedMethodsBuilder.build(); in validateComponentScope()