Home
last modified time | relevance | path

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

/frameworks/support/room/compiler/src/main/kotlin/androidx/room/processor/
DProcessorErrors.kt179 private val MISSING_PARAMETER_FOR_BIND = "Each bind variable in the query must have a" + constant
183 return MISSING_PARAMETER_FOR_BIND.format(bindVarName.joinToString(", ")) in missingParameterForBindVariable()