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.java72 public abstract boolean requiresBytecodeInjection(); in requiresBytecodeInjection() method in AndroidEntryPointMetadata
195 boolean requiresBytecodeInjection, in manuallyConstruct() argument
205 requiresBytecodeInjection, in manuallyConstruct()
248 boolean requiresBytecodeInjection = in of()
251 if (requiresBytecodeInjection) { in of()
302 requiresBytecodeInjection, in of()
314 requiresBytecodeInjection, in of()
DAndroidEntryPointProcessingStep.java81 metadata.requiresBytecodeInjection(), in processEach()
DGenerators.java511 !metadata.isRootMetadata() && metadata.rootMetadata().requiresBytecodeInjection() in generatedComponentCallBlock()
525 !metadata.isRootMetadata() && metadata.rootMetadata().requiresBytecodeInjection() in componentManagerCallBlock()
538 if (!metadata.requiresBytecodeInjection()) { in ancestorExtendsGeneratedHiltClass()
DBroadcastReceiverGenerator.java74 if (metadata.requiresBytecodeInjection() && !isOnReceiveImplemented(metadata.baseElement())) { in generate()