Searched refs:requiresBytecodeInjection (Results 1 – 3 of 3) sorted by relevance
68 public abstract boolean requiresBytecodeInjection(); in requiresBytecodeInjection() method in AndroidEntryPointMetadata192 boolean requiresBytecodeInjection, in manuallyConstruct() argument202 requiresBytecodeInjection, in manuallyConstruct()247 boolean requiresBytecodeInjection = in of()250 if (requiresBytecodeInjection) { in of()302 requiresBytecodeInjection, in of()314 requiresBytecodeInjection, in of()
419 !metadata.isRootMetadata() && metadata.rootMetadata().requiresBytecodeInjection() in generatedComponentCallBlock()433 !metadata.isRootMetadata() && metadata.rootMetadata().requiresBytecodeInjection() in componentManagerCallBlock()446 if (!metadata.requiresBytecodeInjection()) { in ancestorExtendsGeneratedHiltClass()
85 if (metadata.requiresBytecodeInjection() && !isOnReceiveImplemented(metadata.baseElement())) { in generate()