Searched refs:getDatabaseAnnotation (Results 1 – 1 of 1) sorted by relevance
80 val databaseAnnotation = getDatabaseAnnotation(context, declaration) ?: return in <lambda>()161 private fun getDatabaseAnnotation(context: JavaContext, declaration: UClass): UAnnotation? { in <lambda>() method in android.adservices.lint.prod.RoomDatabaseMigrationDetector