Home
last modified time | relevance | path

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

/frameworks/support/room/compiler/src/main/kotlin/androidx/room/processor/
DProcessorErrors.kt384 val FOREIGN_KEY_CANNOT_FIND_PARENT = "Cannot find parent entity class." constant
DEntityProcessor.kt206 context.logger.e(element, ProcessorErrors.FOREIGN_KEY_CANNOT_FIND_PARENT) in <lambda>()