Searched refs:RAW_QUERY_STRING_PARAMETER_REMOVED (Results 1 – 3 of 3) sorted by relevance
26 import androidx.room.processor.ProcessorErrors.RAW_QUERY_STRING_PARAMETER_REMOVED131 context.logger.e(executableElement, RAW_QUERY_STRING_PARAMETER_REMOVED) in findRuntimeQueryParameter()
518 val RAW_QUERY_STRING_PARAMETER_REMOVED = "RawQuery does not allow passing a string anymore." + constant
30 import androidx.room.processor.ProcessorErrors.RAW_QUERY_STRING_PARAMETER_REMOVED in <lambda>()74 }.failsToCompile().withErrorContaining(RAW_QUERY_STRING_PARAMETER_REMOVED) in <lambda>()