Home
last modified time | relevance | path

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

/external/dagger2/javatests/dagger/internal/codegen/
DComponentValidationTest.java205 JavaFileObject shortLifetime = in componentDependencyMustNotCycle_Direct() local
216 Compilation compilation = daggerCompiler().compile(shortLifetime); in componentDependencyMustNotCycle_Direct()
227 .compile(shortLifetime); in componentDependencyMustNotCycle_Direct()
258 JavaFileObject shortLifetime = in componentDependencyMustNotCycle_Indirect() local
269 Compilation compilation = daggerCompiler().compile(longLifetime, mediumLifetime, shortLifetime); in componentDependencyMustNotCycle_Indirect()
295 .inFile(shortLifetime); in componentDependencyMustNotCycle_Indirect()
301 .compile(longLifetime, mediumLifetime, shortLifetime); in componentDependencyMustNotCycle_Indirect()
DScopingValidationTest.java740 JavaFileObject shortLifetime = in componentScopeWithMultipleScopedDependenciesMustNotCycle() local
757 longLifetime, mediumLifetime1, mediumLifetime2, shortLifetime); in componentScopeWithMultipleScopedDependenciesMustNotCycle()
824 JavaFileObject shortLifetime = in componentScopeAncestryMustNotCycle() local
838 daggerCompiler().compile(type, scopeA, scopeB, longLifetime, mediumLifetime, shortLifetime); in componentScopeAncestryMustNotCycle()
854 .compile(type, scopeA, scopeB, longLifetime, mediumLifetime, shortLifetime); in componentScopeAncestryMustNotCycle()