Home
last modified time | relevance | path

Searched refs:daggerCompilerWithoutGuava (Results 1 – 2 of 2) sorted by relevance

/external/dagger2/javatests/dagger/internal/codegen/
DSetBindingRequestFulfillmentTest.java113 daggerCompilerWithoutGuava().compile(emptySetModuleFile, setModuleFile, componentFile); in setBindings()
208 daggerCompilerWithoutGuava() in inaccessible()
317 Compilation compilation = daggerCompilerWithoutGuava().compile(parent, parentModule, child); in subcomponentOmitsInheritedBindings()
324 private Compiler daggerCompilerWithoutGuava() { in daggerCompilerWithoutGuava() method in SetBindingRequestFulfillmentTest
DMapRequestRepresentationTest.java198 Compilation compilation = daggerCompilerWithoutGuava().compile(mapModuleFile, componentFile); in mapBindings()
270 daggerCompilerWithoutGuava().compile(module, inaccessible, usesInaccessible, componentFile); in inaccessible()
338 Compilation compilation = daggerCompilerWithoutGuava().compile(parent, parentModule, child); in subcomponentOmitsInheritedBindings()
345 private Compiler daggerCompilerWithoutGuava() { in daggerCompilerWithoutGuava() method in MapRequestRepresentationTest