Home
last modified time | relevance | path

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

/external/dagger2/java/dagger/hilt/processor/internal/
DComponents.java98 ? Processors.getAnnotationClassValues( in getHiltInstallInComponents()
102 : Processors.getAnnotationClassValues( in getHiltInstallInComponents()
DProcessors.java146 return Iterables.getOnlyElement(getAnnotationClassValues(elements, annotation, key)); in getAnnotationClassValue()
150 public static ImmutableList<TypeElement> getAnnotationClassValues( in getAnnotationClassValues() method in Processors
167 private static Multimap<String, DeclaredType> getAnnotationClassValues( in getAnnotationClassValues() method in Processors
187 return getAnnotationClassValues(elements, annotation).get(key).stream() in getOptionalAnnotationClassValue()
196 getAnnotationClassValues(elements, annotation).get(key).stream() in getOptionalAnnotationClassValues()
/external/dagger2/java/dagger/hilt/android/processor/internal/uninstallmodules/
DUninstallModulesProcessor.java60 Processors.getAnnotationClassValues( in processEach()
/external/dagger2/java/dagger/hilt/processor/internal/aggregateddeps/
DComponentDependencies.java285 Processors.getAnnotationClassValues( in getUninstalledModules()
DAggregatedDepsProcessor.java203 Processors.getAnnotationClassValues(getElementUtils(), testInstallIn, "replaces"); in processModule()