Searched refs:loadingLiveData (Results 1 – 3 of 3) sorted by relevance
27 val loadingLiveData = MutableLiveData<Boolean>() constant48 loadingLiveData.value = true
122 wearViewModel.loadingLiveData.value = true in <lambda>()305 wearViewModel.loadingLiveData.value = isLoading in <lambda>()
35 val loading = viewModel.loadingLiveData.observeAsState(true) in WearUnusedAppsScreen()