Home
last modified time | relevance | path

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

/frameworks/support/room/compiler/src/main/kotlin/androidx/room/solver/binderprovider/
DDataSourceQueryResultBinderProvider.kt62 val isDataSource = context.processingEnv.typeUtils in matches() constant
64 if (!isDataSource) { in matches()