Home
last modified time | relevance | path

Searched refs:mContactListAsyncQueryLiveData (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Car/libs/car-telephony-common/src/com/android/car/telephony/common/
DInMemoryPhoneBook.java54 private final AsyncQueryLiveData<List<Contact>> mContactListAsyncQueryLiveData; field in InMemoryPhoneBook
125 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()