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

/packages/apps/Contacts/src/com/android/contacts/util/
H A DNotifyingAsyncQueryHandler.java33 public class NotifyingAsyncQueryHandler extends AsyncQueryHandler { class in inherits:AsyncQueryHandler
43 public NotifyingAsyncQueryHandler(Context context, AsyncQueryListener listener) { method in class:NotifyingAsyncQueryHandler
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DShowOrCreateActivity.java39 import com.android.contacts.util.NotifyingAsyncQueryHandler;
57 implements NotifyingAsyncQueryHandler.AsyncQueryListener {
78 private NotifyingAsyncQueryHandler mQueryHandler;
90 mQueryHandler = new NotifyingAsyncQueryHandler(this, this);

Completed in 79 milliseconds