Home
last modified time | relevance | path

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

/frameworks/support/room/compiler/src/main/kotlin/androidx/room/solver/query/result/
DRxCallableQueryResultBinder.kt59 addMethod(createFinalizeMethod(roomSQLiteQueryVar)) in convertAndReturn()
111 private fun createFinalizeMethod(roomSQLiteQueryVar: String): MethodSpec { in createFinalizeMethod() method
DBaseObservableQueryResultBinder.kt36 protected fun createFinalizeMethod(roomSQLiteQueryVar: String): MethodSpec { in createFinalizeMethod() method
DFlowableQueryResultBinder.kt61 addMethod(createFinalizeMethod(roomSQLiteQueryVar)) in convertAndReturn()
DLiveDataQueryResultBinder.kt67 addMethod(createFinalizeMethod(roomSQLiteQueryVar)) in convertAndReturn()