Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/testapps/toolbox/src/com/android/healthconnect/testapps/toolbox/
DPerformanceTestingFragment.kt15 import com.android.healthconnect.testapps.toolbox.viewmodels.PerformanceTestingViewModel in <lambda>()
16 import com.android.healthconnect.testapps.toolbox.viewmodels.PerformanceTestingViewModel.Performanc… in <lambda>()
17 import com.android.healthconnect.testapps.toolbox.viewmodels.PerformanceTestingViewModel.Performanc… in <lambda>()
25 private val performanceTestingViewModel: PerformanceTestingViewModel by viewModels() in <lambda>()
/packages/modules/HealthFitness/testapps/toolbox/src/com/android/healthconnect/testapps/toolbox/ui/
DHomeFragment.kt47 import com.android.healthconnect.testapps.toolbox.viewmodels.PerformanceTestingViewModel in <lambda>()
63 private val performanceTestingViewModel: PerformanceTestingViewModel by viewModels() in <lambda>()
/packages/modules/HealthFitness/testapps/toolbox/src/com/android/healthconnect/testapps/toolbox/viewmodels/
DPerformanceTestingViewModel.kt28 class PerformanceTestingViewModel : ViewModel() { class