Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-telephony-common/src/com/android/car/telephony/common/
DAsyncQueryLiveData.java54 mObservableAsyncQuery = new ObservableAsyncQuery(context, provider, this::onCursorLoaded); in AsyncQueryLiveData()
80 private void onCursorLoaded(Cursor cursor) { in onCursorLoaded() method in AsyncQueryLiveData
DInMemoryPhoneBook.java129 return onCursorLoaded(cursor); in InMemoryPhoneBook()
235 private List<Contact> onCursorLoaded(Cursor cursor) { in onCursorLoaded() method in InMemoryPhoneBook