Home
last modified time | relevance | path

Searched refs:floatModule (Results 1 – 4 of 4) sorted by relevance

/external/dagger2/javatests/dagger/functional/builder/
DTestComponentWithGenericBuilderInterface.java36 SharedBuilder<B, C, M1, M2> set(FloatModule floatModule); // Test return type is supertype. in set() argument
DTestComponentWithGenericBuilderAbstractClass.java36 abstract SharedBuilder<B, C, M1, M2> depComponent(FloatModule floatModule); // Test return type in depComponent() argument
DTestChildComponentWithBuilderAbstractClass.java36 abstract SharedBuilder<B, C, M1, M2> set(FloatModule floatModule); // Test returning supertype. in set() argument
DTestChildComponentWithBuilderInterface.java36 SharedBuilder<B, C, M1, M2> set(FloatModule floatModule); // Test return type is supertype. in set() argument