Searched refs:PerformanceTestingViewModel (Results 1 – 3 of 3) sorted by relevance
15 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>()
47 import com.android.healthconnect.testapps.toolbox.viewmodels.PerformanceTestingViewModel in <lambda>()63 private val performanceTestingViewModel: PerformanceTestingViewModel by viewModels() in <lambda>()
28 class PerformanceTestingViewModel : ViewModel() { class