Home
last modified time | relevance | path

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

/external/dagger2/javatests/dagger/hilt/android/processor/internal/aggregateddeps/
DTestInstallInTest.java58 JavaFileObject installInModule = in testEmptyComponentValues() local
81 Compilation compilation = compiler().compile(installInModule, testInstallInModule); in testEmptyComponentValues()
119 JavaFileObject installInModule = in testMissingModuleAnnotation() local
144 Compilation compilation = compiler().compile(installInModule, testInstallInModule); in testMissingModuleAnnotation()
157 JavaFileObject installInModule = in testInvalidUsageOnEntryPoint() local
183 Compilation compilation = compiler().compile(installInModule, testInstallInEntryPoint); in testInvalidUsageOnEntryPoint()
325 JavaFileObject installInModule = in testThatTestInstallInCannotOriginateFromTest() local
355 Compilation compilation = compiler().compile(test, installInModule); in testThatTestInstallInCannotOriginateFromTest()