Home
last modified time | relevance | path

Searched defs:dataStore (Results 1 – 12 of 12) sorted by relevance

/datastore/datastore-rxjava3/src/androidTest/java/androidx/datastore/rxjava3/
DRxDataStoreBuilderTest.java50 RxDataStore<Byte> dataStore = in testConstructWithProduceFile() local
70 RxDataStore<Byte> dataStore = in testConstructWithContextAndName() local
115 RxDataStore<Byte> dataStore = new RxDataStoreBuilder<Byte>( in testMigrationsAreInstalledAndRun() local
134 RxDataStore<Byte> dataStore = new RxDataStoreBuilder<Byte>(() -> tempFolder.newFile(), in testSpecifiedSchedulerIsUser() local
160 RxDataStore<Byte> dataStore = new RxDataStoreBuilder<Byte>( in testCorruptionHandlerIsUser() local
172 RxDataStore<Byte> dataStore = new RxDataStoreBuilder<Byte>( in isDisposed() local
/datastore/datastore-rxjava2/src/androidTest/java/androidx/datastore/rxjava2/
DRxDataStoreBuilderTest.java50 RxDataStore<Byte> dataStore = in testConstructWithProduceFile() local
72 RxDataStore<Byte> dataStore = in testConstructWithContextAndName() local
119 RxDataStore<Byte> dataStore = new RxDataStoreBuilder<Byte>( in testMigrationsAreInstalledAndRun() local
138 RxDataStore<Byte> dataStore = new RxDataStoreBuilder<Byte>(() -> tempFolder.newFile(), in testSpecifiedSchedulerIsUser() local
164 RxDataStore<Byte> dataStore = new RxDataStoreBuilder<Byte>( in testCorruptionHandlerIsUser() local
176 RxDataStore<Byte> dataStore = new RxDataStoreBuilder<Byte>( in isDisposed() local
/datastore/datastore/src/androidInstrumentedTest/kotlin/androidx/datastore/migrations/
DSharedPreferencesMigrationTest.kt87 val dataStore = getDataStoreWithMigrations(listOf(sharedPrefsMigration)) in <lambda>() constant
121 val dataStore = getDataStoreWithMigrations(listOf(sharedPrefsMigration)) in <lambda>() constant
150 val dataStore = getDataStoreWithMigrations(listOf(sharedPrefsMigration)) in <lambda>() constant
168 val dataStore = getDataStoreWithMigrations(listOf(migration)) in <lambda>() constant
185 val dataStore = getDataStoreWithMigrations(listOf(migration)) in <lambda>() constant
/datastore/datastore-core/src/jvmAndroidTest/kotlin/androidx/datastore/core/
DBaseJvmTests.kt55 val dataStore = in <lambda>() constant
80 val dataStore = DataStoreImpl(FileStorage(serializer) { testFile.file }) in <lambda>() constant
DBaseSingleProcessDataStoreStressTest.kt79 val dataStore = in <lambda>() constant
116 val dataStore = createDataStore(serializer = serializer, scope = testScope) { file } in <lambda>() constant
177 val dataStore = createDataStore(serializer = serializer, scope = testScope) { file } in <lambda>() constant
/datastore/integration-tests/testapp/src/androidTest/java/androidx/datastore/testapp/multiprocess/
DMultiProcessDataStoreIpcTest.kt90 val dataStore = in testConcurrentReadUpdate_file() constant
136 val dataStore = in testInterleavedUpdateData_file() constant
209 val dataStore = in testInterleavedUpdateDataWithLocalRead() constant
275 val dataStore = in testUpdateDataExceptionUnblocksOtherProcessFromWriting_file() constant
322 val dataStore = in testUpdateDataCancellationUnblocksOtherProcessFromWriting_file() constant
384 val dataStore = in testReadUpdateCorrupt() constant
/datastore/datastore/src/androidMain/kotlin/androidx/datastore/
DDataStoreDelegate.android.kt75 public fun <T> dataStore( in dataStore() method
114 public fun <T> dataStore( in dataStore() method
/datastore/datastore-core/src/androidInstrumentedTest/kotlin/androidx/datastore/core/
DMultiProcessDataStoreSingleProcessTest.kt143 val dataStore = newDataStore(scope = storeScope) in <lambda>() constant
331 val dataStore = newDataStore(scope = scope) in <lambda>() constant
359 val dataStore = newDataStore(scope = dsScope) in <lambda>() constant
766 val dataStore = in <lambda>() constant
868 val dataStore = newDataStore(file = file, scope = CoroutineScope(Job())) in <lambda>() constant
902 val dataStore = in <lambda>() constant
918 val dataStore = in <lambda>() constant
DMultiProcessDataStoreSingleProcessFileTest.kt82 val dataStore = in <lambda>() constant
/datastore/datastore-guava/src/main/java/androidx/datastore/guava/
DGuavaDataStore.kt45 private val dataStore: CurrentDataProviderStore<T>, constant in androidx.datastore.guava.GuavaDataStore
/datastore/datastore-compose-samples/src/main/java/com/example/datastorecomposesamples/data/
DCountRepository.kt48 private val dataStore: DataStore<Preferences>, in <lambda>() constant in com.example.datastorecomposesamples.data.CountRepository
/datastore/datastore-core/src/commonTest/kotlin/androidx/datastore/core/
DSingleProcessDataStoreTest.kt89 val dataStore = newDataStore(scope = backgroundScope) in <lambda>() constant
318 val dataStore = newDataStore(scope = dsScope) in <lambda>() constant
678 val dataStore = in <lambda>() constant