Home
last modified time | relevance | path

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

/external/dagger2/java/dagger/hilt/android/processor/internal/androidentrypoint/
DAndroidEntryPointMetadata.java68 public abstract boolean requiresBytecodeInjection(); in requiresBytecodeInjection() method in AndroidEntryPointMetadata
191 boolean requiresBytecodeInjection, in manuallyConstruct() argument
201 requiresBytecodeInjection, in manuallyConstruct()
246 boolean requiresBytecodeInjection = in of()
249 if (requiresBytecodeInjection) { in of()
301 requiresBytecodeInjection, in of()
313 requiresBytecodeInjection, in of()
DGenerators.java473 !metadata.isRootMetadata() && metadata.rootMetadata().requiresBytecodeInjection() in generatedComponentCallBlock()
487 !metadata.isRootMetadata() && metadata.rootMetadata().requiresBytecodeInjection() in componentManagerCallBlock()
500 if (!metadata.requiresBytecodeInjection()) { in ancestorExtendsGeneratedHiltClass()
DAndroidEntryPointProcessor.java72 metadata.requiresBytecodeInjection(), in processEach()
DBroadcastReceiverGenerator.java86 if (metadata.requiresBytecodeInjection() && !isOnReceiveImplemented(metadata.baseElement())) { in generate()