Searched refs:RECENTLY_NULLABLE (Results 1 – 4 of 4) sorted by relevance
37 import com.android.tools.metalava.RECENTLY_NULLABLE in <lambda>()262 …RECENTLY_NULLABLE -> return if (target == AnnotationTarget.SDK_STUBS_FILE) qualifiedName else ANDR… in mapName()486 if (qualifiedName == RECENTLY_NULLABLE || in nullableAnnotationName()
23 import com.android.tools.metalava.RECENTLY_NULLABLE252 val annotationClass = if (annotation.isNullable()) RECENTLY_NULLABLE else RECENTLY_NONNULL in psi()
33 const val RECENTLY_NULLABLE = "androidx.annotation.RecentlyNullable" constant
126 qualifiedName == RECENTLY_NULLABLE || in <lambda>()