Lines Matching refs:ContactsAsyncHelper
38 public class ContactsAsyncHelper {
47 * @param token Integer passed in {@link ContactsAsyncHelper#startObtainPhotoAsync(int,
51 * @param cookie Object passed in {@link ContactsAsyncHelper#startObtainPhotoAsync(int,
86 private static ContactsAsyncHelper sInstance;
89 sInstance = new ContactsAsyncHelper();
102 * public inner class to help out the ContactsAsyncHelper callers
205 Log.d(ContactsAsyncHelper.this, "Loading image: " + msg.arg1 +
210 Log.d(ContactsAsyncHelper.this, "Problem with image: " + msg.arg1 +
228 Message reply = ContactsAsyncHelper.this.mResultHandler.obtainMessage(msg.what);
273 private ContactsAsyncHelper() {