Home
last modified time | relevance | path

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

/frameworks/support/room/compiler/src/main/kotlin/androidx/room/processor/
DProcessorErrors.kt193 private val DUPLICATE_TABLES = "Table name \"%s\" is used by multiple entities: %s" constant
195 return DUPLICATE_TABLES.format(tableName, entityNames.joinToString(", ")) in duplicateTableNames()