Home
last modified time | relevance | path

Searched refs:INVALID_ON_CONFLICT_VALUE (Results 1 – 5 of 5) sorted by relevance

/frameworks/support/room/compiler/src/test/kotlin/androidx/room/processor/
DUpdateMethodProcessorTest.kt62 }.failsToCompile().withErrorContaining(ProcessorErrors.INVALID_ON_CONFLICT_VALUE) in <lambda>()
DInsertionMethodProcessorTest.kt287 }.failsToCompile().withErrorContaining(ProcessorErrors.INVALID_ON_CONFLICT_VALUE) in <lambda>()
/frameworks/support/room/compiler/src/main/kotlin/androidx/room/processor/
DUpdateMethodProcessor.kt41 executableElement, ProcessorErrors.INVALID_ON_CONFLICT_VALUE) in process()
DInsertionMethodProcessor.kt48 executableElement, ProcessorErrors.INVALID_ON_CONFLICT_VALUE) in process()
DProcessorErrors.kt41 val INVALID_ON_CONFLICT_VALUE = "On conflict value must be one of @OnConflictStrategy values." constant