Home
last modified time | relevance | path

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

/frameworks/support/room/compiler/src/main/kotlin/androidx/room/processor/
DProcessorErrors.kt109 val ENTITY_TABLE_NAME_CANNOT_BE_EMPTY = "Entity table name cannot be blank. If you don't want" + constant
DEntityProcessor.kt89 ProcessorErrors.ENTITY_TABLE_NAME_CANNOT_BE_EMPTY) in <lambda>()
/frameworks/support/room/compiler/src/test/kotlin/androidx/room/processor/
DEntityProcessorTest.kt263 }.failsToCompile().withErrorContaining(ProcessorErrors.ENTITY_TABLE_NAME_CANNOT_BE_EMPTY) in <lambda>()