Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/LintChecker/src/com/android/settingslib/tools/lint/
DNullabilityAnnotationsDetector.kt67 val oldAnnotation = findOldNullabilityAnnotation() in getApplicableUastTypes() constant
68 val oldAnnotationName = oldAnnotation?.qualifiedName?.substringAfterLast('.') in getApplicableUastTypes()
77 .range(context.getLocation(oldAnnotation)) in getApplicableUastTypes()