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