Home
last modified time | relevance | path

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

/aosp_15_r20/external/dagger2/javatests/dagger/functional/multibindings/
H A DMultibindingTest.java82 public void wrappedAnnotationKeyMap() { in wrappedAnnotationKeyMap() method in MultibindingTest
85 assertThat(multibindingComponent.wrappedAnnotationKeyMap()) in wrappedAnnotationKeyMap()
H A DMultibindingComponent.java49 Map<WrappedAnnotationKey, String> wrappedAnnotationKeyMap(); in wrappedAnnotationKeyMap() method
/aosp_15_r20/external/dagger2/javatests/dagger/functional/kotlinsrc/multibindings/
H A DMultibindingTest.kt86 fun wrappedAnnotationKeyMap() { in wrappedAnnotationKeyMap() method in dagger.functional.kotlinsrc.multibindings.MultibindingTest
87 assertThat(multibindingComponent.wrappedAnnotationKeyMap()) in wrappedAnnotationKeyMap()
H A DMultibindingComponent.kt46 fun wrappedAnnotationKeyMap(): Map<WrappedAnnotationKey, String> method