Home
last modified time | relevance | path

Searched defs:assistedInt (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/dagger2/javatests/dagger/functional/kotlinsrc/assisted/
H A DAssistedFactoryParameterizedTest.kt78 @Assisted val assistedInt: Int, constant in ParameterizedFoo
97 val assistedInt = 7 in create() constant
116 val assistedInt = 7 in testDupeParameterizedFooFactory() constant
136 val assistedInt = 7 in testBindingParameterizedFooFactory() constant
165 val assistedInt = 7 in create() constant
198 val assistedInt = 7 in create() constant
221 val assistedInt = 7 in testParameterizedFooFactoryFromSomeEntryPoint() constant
H A DAssistedFactoryTest.kt119 @Assisted val assistedInt: Int, constant in Foo
232 val assistedInt = 7 in testFooFactory() constant
/aosp_15_r20/external/dagger2/javatests/dagger/functional/assisted/
H A DAssistedFactoryParameterizedTest.java94 private final int assistedInt; field in AssistedFactoryParameterizedTest.ParameterizedFoo
105 @Assisted int assistedInt, in ParameterizedFoo()
119 AssistedDep1 assistedDep1, AssistedDepT assistedDepT, int assistedInt); in create()
126 int assistedInt = 7; in testUniqueParameterizedFooFactory() local
145 int assistedInt = 7; in testDupeParameterizedFooFactory() local
165 int assistedInt = 7; in testBindingParameterizedFooFactory() local
184 AssistedDep1 assistedDep1, AssistedDep2 assistedDep2, int assistedInt); in create()
191 int assistedInt = 7; in testFixedParameterizedFooFactory() local
221 int assistedInt = 7; in testExtendedFooFactory() local
249 int assistedInt = 7; in testParameterizedFooFactoryFromSomeEntryPoint() local
H A DAssistedFactoryTest.java178 private final int assistedInt; field in AssistedFactoryTest.Foo
189 @Assisted int assistedInt, in Foo()
315 int assistedInt = 7; in testFooFactory() local