Searched refs:mDevicePolicyGroupListLiveData (Results 1 – 2 of 2) sorted by relevance
85 final MediatorLiveData<List<DevicePolicyGroup>> mDevicePolicyGroupListLiveData; field in DevicePoliciesViewModel120 mDevicePolicyGroupListLiveData = new MediatorLiveData<>(); in DevicePoliciesViewModel()121 mDevicePolicyGroupListLiveData.addSource(mProviderNameLiveData, in DevicePoliciesViewModel()122 unused -> mDevicePolicyGroupListLiveData.setValue(DEVICE_POLICY_GROUPS)); in DevicePoliciesViewModel()
69 viewModel.mDevicePolicyGroupListLiveData.observe(getViewLifecycleOwner(), in onViewCreated()