Home
last modified time | relevance | path

Searched defs:getData (Results 1 – 3 of 3) sorted by relevance

/datastore/datastore-core/src/commonTest/kotlin/androidx/datastore/core/
DDataMigrationInitializerTest.kt102 val getData = async { store.data.first() } in <lambda>() constant
127 val getData = async { assertThrows(testIO.ioExceptionClass()) { store.data.first() } } in <lambda>() constant
163 val getData = async { assertThrows(testIO.ioExceptionClass()) { store.data.first() } } in <lambda>() constant
DSingleProcessDataStoreTest.kt471 val getData = async { store.data.first() } in <lambda>() constant
/datastore/datastore-core/src/androidInstrumentedTest/kotlin/androidx/datastore/core/
DMultiProcessDataStoreSingleProcessTest.kt518 val getData = async { store.data.first() } in <lambda>() constant
537 val getData = async { store.data.first() } in <lambda>() constant