Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/testapps/toolbox/src/com/android/healthconnect/testapps/toolbox/
DPerformanceTesting.kt18 class PerformanceTesting(private val performanceTestingViewModel: PerformanceTestingViewModel) : in <lambda>() constant in com.android.healthconnect.testapps.toolbox.PerformanceTesting
34 performanceTestingViewModel.performanceInsertedRecordsState.observe(this) { state -> in <lambda>()
62 performanceTestingViewModel.performanceReadRecordsState.observe(this) { state -> in <lambda>()
109 performanceTestingViewModel.insertRecordsForPerformanceTestingOverASpanOfTime( in <lambda>()
115 performanceTestingViewModel.insertRecordsForPerformanceTesting( in <lambda>()
142 performanceTestingViewModel.readRecordsForPerformanceTestingOverASpanOfTime( in <lambda>()
148 performanceTestingViewModel.readRecordsForPerformanceTesting( in <lambda>()
/packages/modules/HealthFitness/testapps/toolbox/src/com/android/healthconnect/testapps/toolbox/ui/
DHomeFragment.kt72 private val performanceTestingViewModel: PerformanceTestingViewModel by viewModels() in <lambda>() constant in com.android.healthconnect.testapps.toolbox.ui.HomeFragment
115 val performanceTesting = PerformanceTesting(performanceTestingViewModel) in <lambda>()
136 performanceTestingViewModel.beginReadingData() in <lambda>()
139 performanceTestingViewModel.beginInsertingData(false) in <lambda>()