Home
last modified time | relevance | path

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

/frameworks/support/room/compiler/src/main/kotlin/androidx/room/processor/
DInsertionMethodProcessor.kt25 import androidx.room.vo.InsertionMethod
26 import androidx.room.vo.InsertionMethod.Type
41 fun process(): InsertionMethod { in process()
76 return InsertionMethod( in process()
88 private fun getInsertionType(returnType: TypeMirror): InsertionMethod.Type? { in getInsertionType()
137 fun acceptableTypes(params: List<ShortcutQueryParameter>): Set<InsertionMethod.Type> { in acceptableTypes()
/frameworks/support/room/compiler/src/main/kotlin/androidx/room/vo/
DInsertionMethod.kt27 data class InsertionMethod(val element: ExecutableElement, val name: String, dataClass
DDao.kt28 val insertionMethods: List<InsertionMethod>,
/frameworks/support/room/compiler/src/test/kotlin/androidx/room/processor/
DInsertionMethodProcessorTest.kt27 import androidx.room.vo.InsertionMethod in <lambda>()
28 import androidx.room.vo.InsertionMethod.Type in <lambda>()
392 handler: (InsertionMethod, TestInvocation) -> Unit in <lambda>()
/frameworks/support/room/compiler/src/main/kotlin/androidx/room/writer/
DDaoWriter.kt30 import androidx.room.vo.InsertionMethod in <lambda>()
360 method: InsertionMethod, in <lambda>()
373 val needsReturnType = insertionType != InsertionMethod.Type.INSERT_VOID in <lambda>()
/frameworks/support/jetifier/jetifier/core/src/main/resources/
Ddefault.generated.config2463 "android/arch/persistence/room/vo/InsertionMethod": "androidx/room/vo/InsertionMethod",