Searched refs:errorLiveData (Results 1 – 3 of 3) sorted by relevance
36 abstract val errorLiveData: LiveData<SafetyCenterErrorDetails> constant in com.android.permissioncontroller.safetycenter.ui.model.SafetyCenterViewModel
52 override val errorLiveData: LiveData<SafetyCenterErrorDetails> by this::_errorLiveData in <lambda>() constant
89 safetyCenterViewModel.errorLiveData.observe(this) { errorDetails: SafetyCenterErrorDetails? in <lambda>()