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