Home
last modified time | relevance | path

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

/frameworks/support/room/compiler/src/main/kotlin/androidx/room/verifier/
DDatabaseVerificaitonErrors.kt27 private val CANNOT_CREATE_SQLITE_CONNECTION: String = "Room cannot create an SQLite" + constant
30 return CANNOT_CREATE_SQLITE_CONNECTION.format(exception.message) in cannotCreateConnection()