Searched refs:contentArgsLiveData (Results 1 – 2 of 2) sorted by relevance
31 var contentArgsLiveData = MutableLiveData<ContentArgs>() variable47 contentArgsLiveData.value = null
43 val contentArgs = viewModel.contentArgsLiveData.observeAsState(null) in WearConfirmationScreen()