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

  /packages/apps/Calendar/src/com/android/calendar/
ContactsAsyncHelper.java 38 public class ContactsAsyncHelper extends Handler {
41 private static final String LOG_TAG = "ContactsAsyncHelper";
43 private static ContactsAsyncHelper mInstance = null;
116 Message reply = ContactsAsyncHelper.this.obtainMessage(msg.what);
126 private ContactsAsyncHelper() {
161 mInstance = new ContactsAsyncHelper();
210 mInstance = new ContactsAsyncHelper();
  /packages/apps/Phone/src/com/android/phone/
ContactsAsyncHelper.java 41 public class ContactsAsyncHelper {
44 private static final String LOG_TAG = "ContactsAsyncHelper";
53 * @param token Integer passed in {@link ContactsAsyncHelper#startObtainPhotoAsync(int,
57 * @param cookie Object passed in {@link ContactsAsyncHelper#startObtainPhotoAsync(int,
94 private static ContactsAsyncHelper sInstance;
97 sInstance = new ContactsAsyncHelper();
110 * public inner class to help out the ContactsAsyncHelper callers
243 Message reply = ContactsAsyncHelper.this.mResultHandler.obtainMessage(msg.what);
288 private ContactsAsyncHelper() {
CallCard.java 61 ContactsAsyncHelper.OnImageLoadCompleteListener {
69 * Used with {@link ContactsAsyncHelper#startObtainPhotoAsync(int, Context, Uri,
70 * ContactsAsyncHelper.OnImageLoadCompleteListener, Object)}
149 private ContactsAsyncHelper.ImageTracker mPhotoTracker;
188 mPhotoTracker = new ContactsAsyncHelper.ImageTracker();
696 * Implemented for ContactsAsyncHelper.OnImageLoadCompleteListener interface.
724 // Note: previously ContactsAsyncHelper has done this job.
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/event/
AttendeesView.java 20 import com.android.calendar.ContactsAsyncHelper;
443 ContactsAsyncHelper.retrieveContactPhotoAsync(

Completed in 448 milliseconds