Home
last modified time | relevance | path

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

/frameworks/support/room/compiler/src/main/kotlin/androidx/room/processor/
DProcessorErrors.kt398 val FOREIGN_KEY_EMPTY_CHILD_COLUMN_LIST = "Must specify at least 1 column name for the child" constant
DEntityProcessor.kt190 context.logger.e(element, ProcessorErrors.FOREIGN_KEY_EMPTY_CHILD_COLUMN_LIST) in <lambda>()
/frameworks/support/room/compiler/src/test/kotlin/androidx/room/processor/
DEntityProcessorTest.kt1598 }.failsToCompile().withErrorContaining(ProcessorErrors.FOREIGN_KEY_EMPTY_CHILD_COLUMN_LIST) in <lambda>()