Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/LintChecker/src/com/android/settingslib/tools/lint/
DNullabilityAnnotationsDetector.kt82 } else if (!hasNullabilityAnnotation()) { in getApplicableUastTypes()
104 private fun UAnnotated.hasNullabilityAnnotation() = in getApplicableUastTypes() method