Searched refs:floatModule (Results 1 – 4 of 4) sorted by relevance
/external/dagger2/javatests/dagger/functional/builder/ |
D | TestComponentWithGenericBuilderInterface.java | 36 SharedBuilder<B, C, M1, M2> set(FloatModule floatModule); // Test return type is supertype. in set() argument
|
D | TestComponentWithGenericBuilderAbstractClass.java | 36 abstract SharedBuilder<B, C, M1, M2> depComponent(FloatModule floatModule); // Test return type in depComponent() argument
|
D | TestChildComponentWithBuilderAbstractClass.java | 36 abstract SharedBuilder<B, C, M1, M2> set(FloatModule floatModule); // Test returning supertype. in set() argument
|
D | TestChildComponentWithBuilderInterface.java | 36 SharedBuilder<B, C, M1, M2> set(FloatModule floatModule); // Test return type is supertype. in set() argument
|