Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/activities/
DShowOrCreateActivity.java41 import com.android.contacts.util.NotifyingAsyncQueryHandler;
59 implements NotifyingAsyncQueryHandler.AsyncQueryListener {
80 private NotifyingAsyncQueryHandler mQueryHandler;
96 mQueryHandler = new NotifyingAsyncQueryHandler(this, this); in onCreate()
/packages/apps/Contacts/src/com/android/contacts/util/
DNotifyingAsyncQueryHandler.java33 public class NotifyingAsyncQueryHandler extends AsyncQueryHandler { class
43 public NotifyingAsyncQueryHandler(Context context, AsyncQueryListener listener) { in NotifyingAsyncQueryHandler() method in NotifyingAsyncQueryHandler