Home
last modified time | relevance | path

Searched refs:DATABASE_REGISTRATION_CLASS_MISSING_ERROR (Results 1 – 2 of 2) sorted by relevance

/packages/modules/AdServices/adservices/linter/java/android/adservices/lint/prod/
DRoomDatabaseMigrationDetector.kt58 message = DATABASE_REGISTRATION_CLASS_MISSING_ERROR, in <lambda>()
282 const val DATABASE_REGISTRATION_CLASS_MISSING_ERROR = in <lambda>() constant
/packages/modules/AdServices/adservices/linter/tests/java/android/adservices/lint/test/
DRoomDatabaseMigrationDetectorTest.kt515 .expectContains(RoomDatabaseMigrationDetector.DATABASE_REGISTRATION_CLASS_MISSING_ERROR) in testMigrationPath_databaseRegisterClassMissing()