Home
last modified time | relevance | path

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

/tools/metalava/src/main/java/com/android/tools/metalava/model/
DAnnotationItem.kt36 import com.android.tools.metalava.RECENTLY_NULLABLE
237RECENTLY_NULLABLE -> return if (target == AnnotationTarget.SDK_STUBS_FILE) qualifiedName else ANDR… in mapName()
464 if (qualifiedName == RECENTLY_NULLABLE || in nullableAnnotationName()
DItem.kt21 import com.android.tools.metalava.RECENTLY_NULLABLE
256 val annotationClass = if (annotation.isNullable()) RECENTLY_NULLABLE else RECENTLY_NONNULL in psi()
/tools/metalava/src/main/java/com/android/tools/metalava/
DConstants.kt35 const val RECENTLY_NULLABLE = "androidx.annotation.RecentlyNullable" constant
DRewriteAnnotations.kt126 qualifiedName == RECENTLY_NULLABLE || in <lambda>()