HomeSort by relevance Sort by last modified time
    Searched refs:NotifyingAsyncQueryHandler (Results 1 - 2 of 2) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/util/
NotifyingAsyncQueryHandler.java 33 public class NotifyingAsyncQueryHandler extends AsyncQueryHandler {
43 public NotifyingAsyncQueryHandler(Context context, AsyncQueryListener listener) {
  /packages/apps/Contacts/src/com/android/contacts/activities/
ShowOrCreateActivity.java 41 import com.android.contacts.util.NotifyingAsyncQueryHandler;
59 implements NotifyingAsyncQueryHandler.AsyncQueryListener {
80 private NotifyingAsyncQueryHandler mQueryHandler;
96 mQueryHandler = new NotifyingAsyncQueryHandler(this, this);

Completed in 146 milliseconds