Home
last modified time | relevance | path

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

/tools/metalava/metalava/src/main/java/com/android/tools/metalava/cli/internal/
DRewriteAnnotations.kt25 import com.android.tools.metalava.RECENTLY_NULLABLE
69 qualifiedName == RECENTLY_NULLABLE || in hasSourceRetention()
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/
DConstants.kt25 const val RECENTLY_NULLABLE = "androidx.annotation.RecentlyNullable" constant
DDefaultAnnotationManager.kt199 RECENTLY_NULLABLE -> return qualifiedName in <lambda>()
309 RECENTLY_NULLABLE -> in <lambda>()
451 if (qualifiedName == RECENTLY_NULLABLE || qualifiedName == RECENTLY_NONNULL) { in <lambda>()
DNullnessMigration.kt127 val annotationClass = if (annotation.isNullable()) RECENTLY_NULLABLE else RECENTLY_NONNULL in Item()