Home
last modified time | relevance | path

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

/frameworks/support/room/compiler/src/main/kotlin/androidx/room/processor/
DProcessorErrors.kt502 val INVALID_TABLE_NAME = "Invalid table name. Room does not allow using ` or \" in table names" constant
DEntityProcessor.kt131 ProcessorErrors.INVALID_TABLE_NAME) in <lambda>()
/frameworks/support/room/compiler/src/test/kotlin/androidx/room/processor/
DEntityProcessorTest.kt1891 }.failsToCompile().withErrorContaining(ProcessorErrors.INVALID_TABLE_NAME) in <lambda>()