Home
last modified time | relevance | path

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

/external/dagger2/javatests/dagger/functional/subcomponent/
DMultibindingSubcomponents.java45 enum BoundInParentAndChild { enum in MultibindingSubcomponents
105 static BoundInParentAndChild inParentAndChildElement() { in inParentAndChildElement()
106 return BoundInParentAndChild.IN_PARENT; in inParentAndChildElement()
112 static BoundInParentAndChild inParentAndChildEntry() { in inParentAndChildEntry()
113 return BoundInParentAndChild.IN_PARENT; in inParentAndChildEntry()
120 abstract RequiresMultibindings<BoundInParentAndChild>
122 RequiresMultibindings<BoundInParentAndChild> requiresMultibindingsInParentAndChild); in requiresMultibindingsInParentAndChildElement()
130 static BoundInParentAndChild inParentAndChildElement() { in inParentAndChildElement()
131 return BoundInParentAndChild.IN_CHILD; in inParentAndChildElement()
137 static BoundInParentAndChild inParentAndChildEntry() { in inParentAndChildEntry()
[all …]
DSubcomponentMultibindingsTest.java25 import dagger.functional.subcomponent.MultibindingSubcomponents.BoundInParentAndChild;
49 private static final RequiresMultibindings<BoundInParentAndChild> BOUND_IN_PARENT_AND_CHILD =
51 ImmutableSet.of(BoundInParentAndChild.IN_PARENT, BoundInParentAndChild.IN_CHILD),
53 "parent key", BoundInParentAndChild.IN_PARENT,
54 "child key", BoundInParentAndChild.IN_CHILD));
56 private static final RequiresMultibindings<BoundInParentAndChild>
59 ImmutableSet.of(BoundInParentAndChild.IN_PARENT),
60 ImmutableMap.of("parent key", BoundInParentAndChild.IN_PARENT));