Home
last modified time | relevance | path

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

/aosp_15_r20/external/dagger2/javatests/dagger/functional/multibindings/
H A DMultibindingTest.java76 public void unwrappedAnnotationKeyMap() { in unwrappedAnnotationKeyMap() method in MultibindingTest
77 assertThat(multibindingComponent.unwrappedAnnotationKeyMap()) in unwrappedAnnotationKeyMap()
H A DMultibindingComponent.java48 Map<StringKey, String> unwrappedAnnotationKeyMap(); in unwrappedAnnotationKeyMap() method
/aosp_15_r20/external/dagger2/javatests/dagger/functional/kotlinsrc/multibindings/
H A DMultibindingTest.kt80 fun unwrappedAnnotationKeyMap() { in unwrappedAnnotationKeyMap() method
81 assertThat(multibindingComponent.unwrappedAnnotationKeyMap()) in unwrappedAnnotationKeyMap()
H A DMultibindingComponent.kt45 fun unwrappedAnnotationKeyMap(): Map<StringKey, String> method