Home
last modified time | relevance | path

Searched defs:failReadWithCorruptionException (Results 1 – 2 of 2) sorted by relevance

/testutils/testutils-datastore/src/jvmMain/kotlin/androidx/datastore/
DTestingSerializer.jvm.kt29 var failReadWithCorruptionException = config.failReadWithCorruptionException in readFrom() variable
/testutils/testutils-datastore/src/commonMain/kotlin/androidx/datastore/
DTestingSerializerConfig.kt22 @Volatile var failReadWithCorruptionException: Boolean = false, variable in androidx.datastore.TestingSerializerConfig