Searched refs:mLiveData (Results 1 – 1 of 1) sorted by relevance
100 private LiveData<Slice> mLiveData; field in KeyguardSliceView163 mLiveData.observeForever(this); in onAttachedToWindow()173 mLiveData.removeObserver(this); in onDetachedFromWindow()356 if (mLiveData != null && mLiveData.hasActiveObservers()) { in setupUri()358 mLiveData.removeObserver(this); in setupUri()362 mLiveData = SliceLiveData.fromUri(mContext, mKeyguardSliceUri); in setupUri()365 mLiveData.observeForever(this); in setupUri()