Home
last modified time | relevance | path

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

/frameworks/support/room/compiler/src/main/kotlin/androidx/room/processor/
DShortcutParameterProcessor.kt22 import androidx.room.vo.ShortcutQueryParameter
38 fun process(): ShortcutQueryParameter { in process()
48 return ShortcutQueryParameter( in process()
DShortcutMethodProcessor.kt19 import androidx.room.vo.ShortcutQueryParameter
52 ): Pair<Map<String, Entity>, List<ShortcutQueryParameter>> { in extractParams()
DInsertionMethodProcessor.kt27 import androidx.room.vo.ShortcutQueryParameter
137 fun acceptableTypes(params: List<ShortcutQueryParameter>): Set<InsertionMethod.Type> { in acceptableTypes()
/frameworks/support/room/compiler/src/main/kotlin/androidx/room/vo/
DInsertionMethod.kt31 val parameters: List<ShortcutQueryParameter>) {
32 fun insertMethodTypeFor(param: ShortcutQueryParameter): Type { in insertMethodTypeFor()
DShortcutQueryParameter.kt24 data class ShortcutQueryParameter(val name: String, val type: TypeMirror, class
DShortcutMethod.kt26 val parameters: List<ShortcutQueryParameter>)
DDeletionMethod.kt24 parameters: List<ShortcutQueryParameter>
DUpdateMethod.kt24 parameters: List<ShortcutQueryParameter>,
/frameworks/support/jetifier/jetifier/core/src/main/resources/
Ddefault.generated.config2474 …"android/arch/persistence/room/vo/ShortcutQueryParameter": "androidx/room/vo/ShortcutQueryParamete…