Searched refs:mContactListAsyncQueryLiveData (Results 1 – 1 of 1) sorted by relevance
54 private final AsyncQueryLiveData<List<Contact>> mContactListAsyncQueryLiveData; field in InMemoryPhoneBook125 mContactListAsyncQueryLiveData = new AsyncQueryLiveData<List<Contact>>(mContext, in InMemoryPhoneBook()135 mContactListAsyncQueryLiveData.observeForever(this); in onInit()139 mContactListAsyncQueryLiveData.removeObserver(this); in onTearDown()153 return mContactListAsyncQueryLiveData; in getContactsLiveData()164 return Transformations.map(mContactListAsyncQueryLiveData, in getContactsLiveDataByAccount()