Home
last modified time | relevance | path

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

/external/dagger2/javatests/dagger/internal/codegen/
DSetBindingRequestFulfillmentTest.java115 daggerCompilerWithoutGuava().compile(emptySetModuleFile, setModuleFile, componentFile); in setBindings()
210 daggerCompilerWithoutGuava() in inaccessible()
311 Compilation compilation = daggerCompilerWithoutGuava().compile(parent, parentModule, child); in subcomponentOmitsInheritedBindings()
318 private Compiler daggerCompilerWithoutGuava() { in daggerCompilerWithoutGuava() method in SetBindingRequestFulfillmentTest
DMapBindingExpressionTest.java214 Compilation compilation = daggerCompilerWithoutGuava().compile(mapModuleFile, componentFile); in mapBindings()
286 daggerCompilerWithoutGuava().compile(module, inaccessible, usesInaccessible, componentFile); in inaccessible()
355 Compilation compilation = daggerCompilerWithoutGuava().compile(parent, parentModule, child); in subcomponentOmitsInheritedBindings()
362 private Compiler daggerCompilerWithoutGuava() { in daggerCompilerWithoutGuava() method in MapBindingExpressionTest