Searched refs:onCursorLoaded (Results 1 – 2 of 2) sorted by relevance
54 mObservableAsyncQuery = new ObservableAsyncQuery(context, provider, this::onCursorLoaded); in AsyncQueryLiveData()80 private void onCursorLoaded(Cursor cursor) { in onCursorLoaded() method in AsyncQueryLiveData
129 return onCursorLoaded(cursor); in InMemoryPhoneBook()235 private List<Contact> onCursorLoaded(Cursor cursor) { in onCursorLoaded() method in InMemoryPhoneBook