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