Searched refs:shouldShowSystemLiveData (Results 1 – 3 of 3) sorted by relevance
48 fun shouldShowSystemLiveData() = viewModel.shouldShowSystemLiveData in <lambda>() method
42 val showSystem = helper.shouldShowSystemLiveData().observeAsState(false) in WearPermissionAppsScreen()
93 val shouldShowSystemLiveData = state.getLiveData(SHOULD_SHOW_SYSTEM_KEY, false) in <lambda>() constant191 addSource(shouldShowSystemLiveData) { in <lambda>()