Home
last modified time | relevance | path

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

/frameworks/support/room/compiler/src/test/kotlin/androidx/room/solver/
DTypeAdapterStoreTest.kt204 invocation.context.COMMON_TYPES.STRING) in <lambda>()
222 invocation.context.COMMON_TYPES.STRING) in <lambda>()
320 invocation.context.COMMON_TYPES.STRING) { in <lambda>()
331 invocation.context.COMMON_TYPES.STRING, listOfInts) { in <lambda>()
/frameworks/support/room/compiler/src/main/kotlin/androidx/room/vo/
DRelationCollector.kt247 SQLTypeAffinity.TEXT -> context.COMMON_TYPES.STRING in <lambda>()
250 context.COMMON_TYPES.STRING in <lambda>()
263 context.COMMON_TYPES.STRING.typeName() in <lambda>()
/frameworks/support/room/compiler/src/test/kotlin/androidx/room/verifier/
DDatabaseVerifierTest.kt199 field("name", context.COMMON_TYPES.STRING, SQLTypeAffinity.TEXT), in <lambda>()
200 field("lastName", context.COMMON_TYPES.STRING, SQLTypeAffinity.TEXT), in <lambda>()
/frameworks/support/room/compiler/src/main/kotlin/androidx/room/processor/
DContext.kt37 val COMMON_TYPES: Context.CommonTypes = Context.CommonTypes(processingEnv) constant in androidx.room.processor.Context
/frameworks/support/room/compiler/src/test/kotlin/androidx/room/processor/
DFieldProcessorTest.kt344 type = invocation.context.COMMON_TYPES.STRING, in <lambda>()
DPojoProcessorTest.kt601 val type = invocation.context.COMMON_TYPES.STRING in <lambda>()
DQueryMethodProcessorTest.kt427 `is`(invocation.context.COMMON_TYPES.STRING.typeName())) in <lambda>()