Home
last modified time | relevance | path

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

/aosp_15_r20/external/dagger2/javatests/dagger/functional/multibindings/
H A DMultibindingTest.java78 .containsExactly(testStringKey("foo\n"), "foo annotation"); in unwrappedAnnotationKeyMap()
88 testStringKey("foo"), new int[] {1, 2, 3}, new ClassKey[] {}, classes), in wrappedAnnotationKeyMap()
187 static StringKey testStringKey(String value) { in testStringKey() method in MultibindingTest
/aosp_15_r20/external/dagger2/javatests/dagger/functional/kotlinsrc/multibindings/
H A 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
/aosp_15_r20/system/tools/aidl/tests/java/src/android/aidl/tests/
DTestServiceClient.java439 final String testStringKey = "testString"; in testRepeatNonEmptyPersistableBundle() local
451 pb.putString(testStringKey, new String("Woot!")); in testRepeatNonEmptyPersistableBundle()
468 assertThat(ret.getString(testStringKey), is(pb.getString(testStringKey))); in testRepeatNonEmptyPersistableBundle()