Home
last modified time | relevance | path

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

/external/dagger2/javatests/dagger/hilt/android/processor/internal/aggregateddeps/
DTestInstallInTest.java298 JavaFileObject testInstallIn = in testCannotReplaceLocalInstallInModule() local
312 Compilation compilation = compiler().compile(test, testInstallIn); in testCannotReplaceLocalInstallInModule()
319 .inFile(testInstallIn) in testCannotReplaceLocalInstallInModule()
/external/dagger2/java/dagger/hilt/processor/internal/aggregateddeps/
DAggregatedDepsProcessor.java200 AnnotationMirror testInstallIn = in processModule() local
203 Processors.getAnnotationClassValues(getElementUtils(), testInstallIn, "replaces"); in processModule()