Home
last modified time | relevance | path

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

/external/dagger2/java/dagger/hilt/android/processor/internal/androidentrypoint/
DAndroidEntryPointMetadata.java68 public abstract boolean requiresBytecodeInjection(); in requiresBytecodeInjection() method in AndroidEntryPointMetadata
192 boolean requiresBytecodeInjection, in manuallyConstruct() argument
202 requiresBytecodeInjection, in manuallyConstruct()
247 boolean requiresBytecodeInjection = in of()
250 if (requiresBytecodeInjection) { in of()
302 requiresBytecodeInjection, in of()
314 requiresBytecodeInjection, in of()
DGenerators.java419 !metadata.isRootMetadata() && metadata.rootMetadata().requiresBytecodeInjection() in generatedComponentCallBlock()
433 !metadata.isRootMetadata() && metadata.rootMetadata().requiresBytecodeInjection() in componentManagerCallBlock()
446 if (!metadata.requiresBytecodeInjection()) { in ancestorExtendsGeneratedHiltClass()
DBroadcastReceiverGenerator.java85 if (metadata.requiresBytecodeInjection() && !isOnReceiveImplemented(metadata.baseElement())) { in generate()