Home
last modified time | relevance | path

Searched refs:INVALID_FOREIGN_KEY_ACTION (Results 1 – 3 of 3) sorted by relevance

/frameworks/support/room/compiler/src/main/kotlin/androidx/room/processor/
DProcessorErrors.kt374 val INVALID_FOREIGN_KEY_ACTION = "Invalid foreign key action. It must be one of the constants" + constant
DEntityProcessor.kt182 context.logger.e(element, ProcessorErrors.INVALID_FOREIGN_KEY_ACTION) in <lambda>()
186 context.logger.e(element, ProcessorErrors.INVALID_FOREIGN_KEY_ACTION) in <lambda>()
/frameworks/support/room/compiler/src/test/kotlin/androidx/room/processor/
DEntityProcessorTest.kt1495 }.failsToCompile().withErrorContaining(ProcessorErrors.INVALID_FOREIGN_KEY_ACTION) in <lambda>()