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

  /packages/apps/InCallUI/src/com/android/incallui/
ContactsAsyncHelper.java 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() {
    [all...]
ContactInfoCache.java 52 public class ContactInfoCache implements ContactsAsyncHelper.OnImageLoadCompleteListener {
182 ContactsAsyncHelper.startObtainPhotoAsync(TOKEN_UPDATE_PHOTO_FOR_CALL_STATE,
263 * Implemented for ContactsAsyncHelper.OnImageLoadCompleteListener interface.
  /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/services/Telephony/src/com/android/phone/
ContactsAsyncHelper.java 42 public class ContactsAsyncHelper {
45 private static final String LOG_TAG = "ContactsAsyncHelper";
54 * @param token Integer passed in {@link ContactsAsyncHelper#startObtainPhotoAsync(int,
58 * @param cookie Object passed in {@link ContactsAsyncHelper#startObtainPhotoAsync(int,
95 private static ContactsAsyncHelper sInstance;
98 sInstance = new ContactsAsyncHelper();
111 * public inner class to help out the ContactsAsyncHelper callers
259 Message reply = ContactsAsyncHelper.this.mResultHandler.obtainMessage(msg.what);
304 private ContactsAsyncHelper() {
NotificationMgr.java 300 implements ContactsAsyncHelper.OnImageLoadCompleteListener {
390 // ContactsAsyncHelper will do that and call onImageLoadComplete()
392 ContactsAsyncHelper.startObtainPhotoAsync(
469 * See also {@link ContactsAsyncHelper}.
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/event/
AttendeesView.java 20 import com.android.calendar.ContactsAsyncHelper;
443 ContactsAsyncHelper.retrieveContactPhotoAsync(

Completed in 400 milliseconds