Home
last modified time | relevance | path

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

/frameworks/support/room/compiler/src/main/kotlin/androidx/room/verifier/
DDatabaseVerificaitonErrors.kt22 private val CANNOT_VERIFY_QUERY: String = "There is a problem with the query: %s" constant
24 return CANNOT_VERIFY_QUERY.format(exception.message) in cannotVerifyQuery()