Searched refs:getSliceLiveData (Results 1 – 3 of 3) sorted by relevance
52 getSliceLiveData().observeForever(this); in onAttached()56 getSliceLiveData().removeObserver(this); in onDetached()59 private PreferenceSliceLiveData.SliceLiveDataImpl getSliceLiveData() { in getSliceLiveData() method in EmbeddedSlicePreferenceHelper61 .getSliceLiveData(mContext, Uri.parse(mUri)); in getSliceLiveData()
150 getSliceLiveData().observeForever(this); in onResume()160 private SliceLiveDataImpl getSliceLiveData() { in getSliceLiveData() method in SliceFragment162 .getSliceLiveData(getActivity(), Uri.parse(mUriString)); in getSliceLiveData()204 getSliceLiveData().removeObserver(this); in onPause()257 getSliceLiveData().removeObserver(this); in update()260 getSliceLiveData().observeForever(this); in update()
53 public SliceLiveDataImpl getSliceLiveData(Context context, Uri uri) { in getSliceLiveData() method in ContextSingleton