Searched refs:RECENTLY_NULLABLE (Results 1 – 4 of 4) sorted by relevance
25 import com.android.tools.metalava.RECENTLY_NULLABLE69 qualifiedName == RECENTLY_NULLABLE || in hasSourceRetention()
25 const val RECENTLY_NULLABLE = "androidx.annotation.RecentlyNullable" constant
199 RECENTLY_NULLABLE -> return qualifiedName in <lambda>()309 RECENTLY_NULLABLE -> in <lambda>()451 if (qualifiedName == RECENTLY_NULLABLE || qualifiedName == RECENTLY_NONNULL) { in <lambda>()
127 val annotationClass = if (annotation.isNullable()) RECENTLY_NULLABLE else RECENTLY_NONNULL in Item()