Home
last modified time | relevance | path

Searched defs:nullableInput (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/dagger2/javatests/dagger/functional/builderbinds/
H A DTestComponent.java35 String nullableInput(); in nullableInput() method
54 Builder nullableInput(@Nullable @Named("nullable input") String nullableInput); in nullableInput() argument
/aosp_15_r20/external/dagger2/javatests/dagger/functional/kotlinsrc/builderbinds/
H A DTestComponent.kt30 @Named("nullable input") fun nullableInput(): String? in count() method
44 @BindsInstance fun nullableInput(@Named("nullable input") nullableInput: String?): Builder in count() method