Searched refs:showDenyReportLiveData (Results 1 – 2 of 2) sorted by relevance
28 val showDenyReportLiveData = MutableLiveData<Boolean>() constant46 showDenyReportLiveData.value = false
42 val showDenyReport = viewModel.showDenyReportLiveData.observeAsState(false) in WearConfirmationScreen()