Home
last modified time | relevance | path

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

/room/room-compiler/src/main/kotlin/androidx/room/processor/
DQueryFunctionProcessor.kt162 val isPreparedQuery = PREPARED_TYPES.contains(query.type) in processQuery() constant
164 if (isPreparedQuery) { in processQuery()