Searched defs:newStore (Results 1 – 2 of 2) sorted by relevance
| /datastore/datastore-core/src/androidInstrumentedTest/kotlin/androidx/datastore/core/ |
| D | MultiProcessDataStoreSingleProcessTest.kt | 131 val newStore = newDataStore(testFile, scope = backgroundScope) in <lambda>() constant 135 val newStore = newDataStore(testFile, scope = backgroundScope) in <lambda>() constant 210 val newStore = newDataStore(file, scope = backgroundScope) in <lambda>() constant 221 val newStore = newDataStore(fileInNonExistentDir, scope = backgroundScope) in <lambda>() constant 229 val newStore = newDataStore(fileInNonExistentDir, scope = backgroundScope) in <lambda>() constant 236 val newStore = newDataStore(testFile) in <lambda>() constant 247 val newStore = newDataStore(directoryFile) in <lambda>() constant 262 val newStore = in <lambda>() constant 436 val newStore = in <lambda>() constant 680 val newStore = newDataStore(corruptionHandler = testingHandler, file = testFile) in <lambda>() constant [all …]
|
| /datastore/datastore-core/src/commonTest/kotlin/androidx/datastore/core/ |
| D | SingleProcessDataStoreTest.kt | 99 val newStore = newDataStore(testFile, scope = backgroundScope) in <lambda>() constant 103 val newStore = newDataStore(testFile, scope = backgroundScope) in <lambda>() constant 183 val newStore = newDataStore(file, scope = backgroundScope) in <lambda>() constant 193 val newStore = newDataStore(fileInNonExistentDir, scope = backgroundScope) in <lambda>() constant 201 val newStore = newDataStore(fileInNonExistentDir, scope = backgroundScope) in <lambda>() constant 208 val newStore = newDataStore(testFile) in <lambda>() constant 220 val newStore = newDataStore(directoryFile) in <lambda>() constant 234 val newStore = in <lambda>() constant 389 val newStore = in <lambda>() constant 593 val newStore = newDataStore(corruptionHandler = testingHandler, file = testFile) in <lambda>() constant [all …]
|