Home
last modified time | relevance | path

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

/frameworks/support/room/compiler/src/test/kotlin/androidx/room/processor/
DPojoProcessorTest.kt26 import androidx.room.processor.ProcessorErrors.RELATION_NOT_COLLECTION in <lambda>()
347 }.failsToCompile().withErrorContaining(RELATION_NOT_COLLECTION) in <lambda>()
/frameworks/support/room/compiler/src/main/kotlin/androidx/room/processor/
DProcessorErrors.kt330 val RELATION_NOT_COLLECTION = "Fields annotated with @Relation must be a List or Set." constant
DPojoProcessor.kt433 context.logger.e(relationElement, ProcessorErrors.RELATION_NOT_COLLECTION) in <lambda>()