Home
last modified time | relevance | path

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

/external/dagger2/java/dagger/hilt/android/processor/internal/androidentrypoint/
DViewGenerator.java120 if (isRestrictedApiConstructor(constructorElement)) { in constructorMethod()
131 private boolean isRestrictedApiConstructor(ExecutableElement constructor) { in isRestrictedApiConstructor() method in ViewGenerator