Searched refs:InsertionMethod (Results 1 – 6 of 6) sorted by relevance
25 import androidx.room.vo.InsertionMethod26 import androidx.room.vo.InsertionMethod.Type41 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()
27 data class InsertionMethod(val element: ExecutableElement, val name: String, dataClass
28 val insertionMethods: List<InsertionMethod>,
27 import androidx.room.vo.InsertionMethod in <lambda>()28 import androidx.room.vo.InsertionMethod.Type in <lambda>()392 handler: (InsertionMethod, TestInvocation) -> Unit in <lambda>()
30 import androidx.room.vo.InsertionMethod in <lambda>()360 method: InsertionMethod, in <lambda>()373 val needsReturnType = insertionType != InsertionMethod.Type.INSERT_VOID in <lambda>()
2463 "android/arch/persistence/room/vo/InsertionMethod": "androidx/room/vo/InsertionMethod",