Home
last modified time | relevance | path

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

/external/dagger2/javatests/dagger/functional/kotlinsrc/multibindings/
DMultibindingTest.kt82 .containsExactly(AutoAnnotationHolder.testStringKey("foo\n"), "foo annotation") in unwrappedAnnotationKeyMap()
90 AutoAnnotationHolder.testStringKey("foo"), in wrappedAnnotationKeyMap()
199 fun testStringKey(value: String): StringKey { in testStringKey() method
/external/dagger2/javatests/dagger/functional/multibindings/
DMultibindingTest.java80 .containsExactly(testStringKey("foo\n"), "foo annotation"); in unwrappedAnnotationKeyMap()
90 testStringKey("foo"), new int[] {1, 2, 3}, new ClassKey[] {}, classes), in wrappedAnnotationKeyMap()
212 static StringKey testStringKey(String value) { in testStringKey() method in MultibindingTest