Home
last modified time | relevance | path

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

/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
DResolvedBindings.java74 case MEMBERS_INJECTION: in bindings()
90 case MEMBERS_INJECTION: in ownedBindings()
127 checkState(bindingKey().kind().equals(BindingKey.Kind.MEMBERS_INJECTION)); in membersInjectionBinding()
142 checkState(bindingKey().kind().equals(BindingKey.Kind.MEMBERS_INJECTION)); in ownedMembersInjectionBinding()
183 checkArgument(bindingKey.kind().equals(BindingKey.Kind.MEMBERS_INJECTION)); in forMembersInjectionBinding()
DBinding.java63 MEMBERS_INJECTION(MembersInjector.class), enumConstant
83 case MEMBERS_INJECTION: in bindingKeyKind()
84 return BindingKey.Kind.MEMBERS_INJECTION; in bindingKeyKind()
DBindingKey.java31 CONTRIBUTION, MEMBERS_INJECTION; enumConstant
DFrameworkField.java112 case MEMBERS_INJECTION: in createForResolvedBindings()
154 case MEMBERS_INJECTION: in frameworkClassForResolvedBindings()
DSourceFiles.java214 case MEMBERS_INJECTION: in generatedClassNameForBinding()
263 case MEMBERS_INJECTION: in bindingTypeParameters()
DComponentDescriptor.java224 MEMBERS_INJECTION,
376 ComponentMethodKind.MEMBERS_INJECTION,
422 ComponentMethodKind.MEMBERS_INJECTION,
DBindingGraphValidator.java289 if (any(contributionBindings, Binding.Type.MEMBERS_INJECTION)) { in validateResolvedBinding()
325 case MEMBERS_INJECTION: in validateResolvedBinding()
326 if (!all(resolvedBinding.bindings(), Binding.Type.MEMBERS_INJECTION)) { in validateResolvedBinding()
DDependencyRequest.java104 return BindingKey.create(BindingKey.Kind.MEMBERS_INJECTION, key()); in bindingKey()
DMembersInjectionBinding.java94 return Binding.Type.MEMBERS_INJECTION; in bindingType()
DAbstractComponentWriter.java562 case MEMBERS_INJECTION: in staticMemberSelect()
735 case MEMBERS_INJECTION: in initializeFrameworkType()
DBindingGraph.java385 case MEMBERS_INJECTION:
/external/dagger2/compiler/src/test/java/dagger/internal/codegen/
DBindingFieldTest.java73 BindingKey.create(BindingKey.Kind.MEMBERS_INJECTION, key), "test") in frameworkType()