Home
last modified time | relevance | path

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

/frameworks/support/room/compiler/src/main/kotlin/androidx/room/processor/
DEntityProcessor.kt127 val entityForeignKeys = validateAndCreateForeignKeyReferences(foreignKeyInputs, pojo) in <lambda>()
178 private fun validateAndCreateForeignKeyReferences(foreignKeyInputs: List<ForeignKeyInput>, in <lambda>() method