Searched refs:mPreferencesLiveData (Results 1 – 1 of 1) sorted by relevance
75 private final SharedPreferencesLiveData mPreferencesLiveData; field in ContactListViewModel.SortedContactListLiveData86 mPreferencesLiveData = sharedPreferencesLiveData; in SortedContactListLiveData()89 addSource(mPreferencesLiveData, (trigger) -> updateSortedContactList()); in SortedContactListLiveData()107 .getSortingInfo(mContext, mPreferencesLiveData); in updateSortedContactList()