Searched refs:elementsByAnnotation (Results 1 – 3 of 3) sorted by relevance
94 SetMultimap<Class<? extends Annotation>, Element> elementsByAnnotation) { in process() argument95 for (Element element : elementsByAnnotation.get(DialerRootComponent.class)) { in process()99 if (shouldDeferRootComponent(elementsByAnnotation)) { in process()100 return elementsByAnnotation.get(DialerRootComponent.class); in process()109 SetMultimap<Class<? extends Annotation>, Element> elementsByAnnotation) { in shouldDeferRootComponent() argument110 return elementsByAnnotation.containsKey(InstallIn.class) in shouldDeferRootComponent()111 || elementsByAnnotation.containsKey(IncludeInDialerRoot.class); in shouldDeferRootComponent()
59 SetMultimap<Class<? extends Annotation>, Element> elementsByAnnotation) { in process() argument61 for (Element element : elementsByAnnotation.get(IncludeInDialerRoot.class)) { in process()64 for (Element element : elementsByAnnotation.get(InstallIn.class)) { in process()
97 SetMultimap<Class<? extends Annotation>, Element> elementsByAnnotation) { in process() argument98 for (TypeElement type : typesIn(elementsByAnnotation.get(IncludeInDialerRoot.class))) { in process()