Home
last modified time | relevance | path

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

/frameworks/support/room/compiler/src/main/kotlin/androidx/room/processor/
DEntityProcessor.kt81 foreignKeyInputs = extractForeignKeys(annotation) in <lambda>()
530 private fun extractForeignKeys(annotation: AnnotationMirror): List<ForeignKeyInput> { in <lambda>() method