Home
last modified time | relevance | path

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

/frameworks/support/room/compiler/src/main/kotlin/androidx/room/processor/
DProcessorErrors.kt344 val RELATION_IN_ENTITY = "Entities cannot have relations." constant
DEntityProcessor.kt27 import androidx.room.processor.ProcessorErrors.RELATION_IN_ENTITY in <lambda>()
69 context.checker.check(pojo.relations.isEmpty(), element, RELATION_IN_ENTITY) in <lambda>()
/frameworks/support/room/compiler/src/test/kotlin/androidx/room/processor/
DEntityProcessorTest.kt21 import androidx.room.processor.ProcessorErrors.RELATION_IN_ENTITY in <lambda>()
1474 }.failsToCompile().withErrorContaining(RELATION_IN_ENTITY) in <lambda>()