Home
last modified time | relevance | path

Searched refs:mSubHeaderTextLiveData (Results 1 – 2 of 2) sorted by relevance

/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/activities/
DProvisionInfoViewModel.java51 final MutableLiveData<Pair<Integer, String>> mSubHeaderTextLiveData = new MutableLiveData<>(); field in ProvisionInfoViewModel
91 mSubHeaderTextLiveData.postValue( in retrieveData()
DProvisionInfoFragment.java121 viewModel.mSubHeaderTextLiveData.observe(getViewLifecycleOwner(), in onViewCreated()