Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/categories/
DHealthDataCategoryViewModel.kt34 private val _categoriesData = MutableLiveData<CategoriesFragmentState>() constant in com.android.healthconnect.controller.categories.HealthDataCategoryViewModel
39 get() = _categoriesData
46 _categoriesData.postValue(CategoriesFragmentState.Loading) in loadCategories()
50 _categoriesData.postValue(CategoriesFragmentState.WithData(result.data)) in loadCategories()
53 _categoriesData.postValue(CategoriesFragmentState.Error) in loadCategories()