Searched refs:mIsMandatoryLiveData (Results 1 – 3 of 3) sorted by relevance
88 return mIsMandatoryLiveData; in getIsMandatoryLiveData()91 private final MutableLiveData<Boolean> mIsMandatoryLiveData = new MutableLiveData<>(); field in DevicePoliciesViewModel112 mIsMandatoryLiveData.postValue(result); in DevicePoliciesViewModel()
48 final MutableLiveData<Boolean> mIsMandatoryLiveData = new MutableLiveData<>(); field in ProvisionInfoViewModel87 mIsMandatoryLiveData.postValue(isMandatory); in retrieveData()
130 viewModel.mIsMandatoryLiveData.observe(this, in onViewCreated()152 viewModel.mIsMandatoryLiveData.observe(this, in updatePreviousButton()