Home
last modified time | relevance | path

Searched refs:_performanceInsertedRecordsState (Results 1 – 1 of 1) sorted by relevance

/packages/modules/HealthFitness/testapps/toolbox/src/com/android/healthconnect/testapps/toolbox/viewmodels/
DPerformanceTestingViewModel.kt30 private val _performanceInsertedRecordsState = constant
33 get() = _performanceInsertedRecordsState
40 _performanceInsertedRecordsState.postValue( in beginInsertingData()
60 _performanceInsertedRecordsState.postValue(PerformanceInsertedRecordsState.Success) in insertRecordsForPerformanceTesting()
62 _performanceInsertedRecordsState.postValue( in insertRecordsForPerformanceTesting()
82 _performanceInsertedRecordsState.postValue( in insertRecordsForPerformanceTestingOverASpanOfTime()
85 _performanceInsertedRecordsState.postValue( in insertRecordsForPerformanceTestingOverASpanOfTime()
118 _performanceInsertedRecordsState.postValue( in insertRecordsForPerformanceTestingInParallel()
122 _performanceInsertedRecordsState.postValue( in insertRecordsForPerformanceTestingInParallel()
126 _performanceInsertedRecordsState.postValue( in insertRecordsForPerformanceTestingInParallel()