Searched refs:loadingLiveData (Results 1 – 3 of 3) sorted by relevance
27 val loadingLiveData = MutableLiveData<Boolean>() constant in com.android.permissioncontroller.permission.ui.wear.model.WearUnusedAppsViewModel48 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()