Searched refs:PerformanceInsertedRecordsState (Results 1 – 2 of 2) sorted by relevance
31 MutableLiveData<PerformanceInsertedRecordsState>()32 val performanceInsertedRecordsState: LiveData<PerformanceInsertedRecordsState>41 PerformanceInsertedRecordsState.BeginInserting(seedDataInParallel)) in beginInsertingData()60 _performanceInsertedRecordsState.postValue(PerformanceInsertedRecordsState.Success) in insertRecordsForPerformanceTesting()63 PerformanceInsertedRecordsState.Error(ex.localizedMessage)) in insertRecordsForPerformanceTesting()83 PerformanceInsertedRecordsState.InsertingOverSpanOfTime(frequency)) in insertRecordsForPerformanceTestingOverASpanOfTime()86 PerformanceInsertedRecordsState.Error(ex.localizedMessage)) in insertRecordsForPerformanceTestingOverASpanOfTime()119 PerformanceInsertedRecordsState.Error( in insertRecordsForPerformanceTestingInParallel()123 PerformanceInsertedRecordsState.Success) in insertRecordsForPerformanceTestingInParallel()127 PerformanceInsertedRecordsState.Error(ex.localizedMessage)) in insertRecordsForPerformanceTestingInParallel()[all …]
16 …althconnect.testapps.toolbox.viewmodels.PerformanceTestingViewModel.PerformanceInsertedRecordsState in <lambda>()39 is PerformanceInsertedRecordsState.Error -> { in <lambda>()46 is PerformanceInsertedRecordsState.Success -> { in <lambda>()51 is PerformanceInsertedRecordsState.BeginInserting -> { in <lambda>()54 is PerformanceInsertedRecordsState.InsertingOverSpanOfTime -> { in <lambda>()