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

  /packages/apps/Calendar/src/com/android/calendar/
ContactsAsyncHelper.java 36 public class ContactsAsyncHelper extends Handler {
39 private static final String LOG_TAG = "ContactsAsyncHelper";
60 private static ContactsAsyncHelper sInstance;
63 sInstance = new ContactsAsyncHelper();
113 Message reply = ContactsAsyncHelper.this.obtainMessage(msg.what);
123 private ContactsAsyncHelper() {
EventInfoActivity.java     [all...]
  /frameworks/base/core/java/android/pim/
ContactsAsyncHelper.java 40 public class ContactsAsyncHelper extends Handler {
43 private static final String LOG_TAG = "ContactsAsyncHelper";
64 private static ContactsAsyncHelper sInstance;
67 sInstance = new ContactsAsyncHelper();
82 * public inner class to help out the ContactsAsyncHelper callers
210 Message reply = ContactsAsyncHelper.this.obtainMessage(msg.what);
220 private ContactsAsyncHelper() {
  /packages/apps/Phone/src/com/android/phone/
CallCard.java 23 import android.pim.ContactsAsyncHelper;
56 ContactsAsyncHelper.OnImageLoadCompleteListener, View.OnClickListener {
113 private ContactsAsyncHelper.ImageTracker mPhotoTracker;
137 mPhotoTracker = new ContactsAsyncHelper.ImageTracker();
593 * Implemented for ContactsAsyncHelper.OnImageLoadCompleteListener interface.
    [all...]

Completed in 612 milliseconds