Searched refs:mSubHeaderTextLiveData (Results 1 – 2 of 2) sorted by relevance
51 final MutableLiveData<Pair<Integer, String>> mSubHeaderTextLiveData = new MutableLiveData<>(); field in ProvisionInfoViewModel91 mSubHeaderTextLiveData.postValue( in retrieveData()
121 viewModel.mSubHeaderTextLiveData.observe(getViewLifecycleOwner(), in onViewCreated()