Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/LintChecker/src/com/android/settingslib/tools/lint/
DNullabilityAnnotationsDetector.kt68 val oldAnnotationName = oldAnnotation?.qualifiedName?.substringAfterLast('.') in getApplicableUastTypes() constant
70 if (oldAnnotationName != null) { in getApplicableUastTypes()
71 val annotation = "androidx.annotation.$oldAnnotationName" in getApplicableUastTypes()