Searched refs:CANNOT_CREATE_SQLITE_CONNECTION (Results 1 – 1 of 1) sorted by relevance
27 private val CANNOT_CREATE_SQLITE_CONNECTION: String = "Room cannot create an SQLite" + constant30 return CANNOT_CREATE_SQLITE_CONNECTION.format(exception.message) in cannotCreateConnection()