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/
DPerformanceTestingFragment.kt25 private val performanceTestingViewModel: PerformanceTestingViewModel by viewModels() in <lambda>() constant in com.android.healthconnect.testapps.toolbox.PerformanceTestingFragment
36 performanceTestingViewModel.performanceInsertedRecordsState.observe(this) { state -> in <lambda>()
64 performanceTestingViewModel.performanceReadRecordsState.observe(this) { state -> in <lambda>()
111 performanceTestingViewModel.insertRecordsForPerformanceTestingOverASpanOfTime( in <lambda>()
117 performanceTestingViewModel.insertRecordsForPerformanceTesting( in <lambda>()
144 performanceTestingViewModel.readRecordsForPerformanceTestingOverASpanOfTime( in <lambda>()
150 performanceTestingViewModel.readRecordsForPerformanceTesting( in <lambda>()
/packages/modules/HealthFitness/testapps/toolbox/src/com/android/healthconnect/testapps/toolbox/ui/
DHomeFragment.kt63 private val performanceTestingViewModel: PerformanceTestingViewModel by viewModels() in <lambda>() constant in com.android.healthconnect.testapps.toolbox.ui.HomeFragment
126 performanceTestingViewModel.beginReadingData() in <lambda>()
129 performanceTestingViewModel.beginInsertingData(false) in <lambda>()