Home
last modified time | relevance | path

Searched refs:AndroidType (Results 1 – 2 of 2) sorted by relevance

/external/dagger2/java/dagger/hilt/android/processor/internal/androidentrypoint/
DAndroidEntryPointMetadata.java71 public abstract AndroidType androidType(); in androidType()
193 AndroidType androidType, in manuallyConstruct()
372 public enum AndroidType { enum in AndroidEntryPointMetadata
386 AndroidType.APPLICATION,
392 AndroidType.SERVICE,
398 AndroidType.BROADCAST_RECEIVER,
404 AndroidType.ACTIVITY,
410 AndroidType.FRAGMENT,
416 AndroidType.VIEW,
422 AndroidType.VIEW,
[all …]
DGenerators.java227 if (metadata.androidType() != AndroidEntryPointMetadata.AndroidType.VIEW) { in addComponentManagerMethods()
239 if (metadata.androidType() != AndroidEntryPointMetadata.AndroidType.VIEW) { in addComponentManagerMethods()
275 if (metadata.androidType() != AndroidEntryPointMetadata.AndroidType.VIEW) { in componentManagerField()
459 if (metadata.androidType() == AndroidEntryPointMetadata.AndroidType.BROADCAST_RECEIVER) { in injectedField()
465 if (metadata.androidType() != AndroidEntryPointMetadata.AndroidType.VIEW) { in injectedField()