Searched refs:daggerCompilerWithoutGuava (Results 1 – 2 of 2) sorted by relevance
/external/dagger2/javatests/dagger/internal/codegen/ |
D | SetBindingRequestFulfillmentTest.java | 115 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
|
D | MapBindingExpressionTest.java | 214 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
|