| /datastore/datastore-rxjava3/src/androidTest/java/androidx/datastore/rxjava3/ |
| D | RxDataStoreBuilderTest.java | 50 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/ |
| D | RxDataStoreBuilderTest.java | 50 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/ |
| D | SharedPreferencesMigrationTest.kt | 87 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/ |
| D | BaseJvmTests.kt | 55 val dataStore = in <lambda>() constant 80 val dataStore = DataStoreImpl(FileStorage(serializer) { testFile.file }) in <lambda>() constant
|
| D | BaseSingleProcessDataStoreStressTest.kt | 79 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/ |
| D | MultiProcessDataStoreIpcTest.kt | 90 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/ |
| D | DataStoreDelegate.android.kt | 75 public fun <T> dataStore( in dataStore() method 114 public fun <T> dataStore( in dataStore() method
|
| /datastore/datastore-core/src/androidInstrumentedTest/kotlin/androidx/datastore/core/ |
| D | MultiProcessDataStoreSingleProcessTest.kt | 143 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
|
| D | MultiProcessDataStoreSingleProcessFileTest.kt | 82 val dataStore = in <lambda>() constant
|
| /datastore/datastore-guava/src/main/java/androidx/datastore/guava/ |
| D | GuavaDataStore.kt | 45 private val dataStore: CurrentDataProviderStore<T>, constant in androidx.datastore.guava.GuavaDataStore
|
| /datastore/datastore-compose-samples/src/main/java/com/example/datastorecomposesamples/data/ |
| D | CountRepository.kt | 48 private val dataStore: DataStore<Preferences>, in <lambda>() constant in com.example.datastorecomposesamples.data.CountRepository
|
| /datastore/datastore-core/src/commonTest/kotlin/androidx/datastore/core/ |
| D | SingleProcessDataStoreTest.kt | 89 val dataStore = newDataStore(scope = backgroundScope) in <lambda>() constant 318 val dataStore = newDataStore(scope = dsScope) in <lambda>() constant 678 val dataStore = in <lambda>() constant
|