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

  /packages/services/Telecomm/src/com/android/server/telecom/
ContactsAsyncHelper.java 56 public void onImageLoadComplete(int token, Drawable photo, Bitmap photoIcon,
73 args.listener.onImageLoadComplete(msg.what, args.photo, args.photoIcon,
201 * {@link OnImageLoadCompleteListener#onImageLoadComplete(int, Drawable, Bitmap, Object)}
205 * {@link OnImageLoadCompleteListener#onImageLoadComplete(int, Drawable, Bitmap, Object)}
212 * fourth argument of {@link OnImageLoadCompleteListener#onImageLoadComplete(int, Drawable,
Call.java 165 public void onImageLoadComplete(
    [all...]
  /packages/apps/InCallUI/src/com/android/incallui/
ContactsAsyncHelper.java 56 public void onImageLoadComplete(int token, Drawable photo, Bitmap photoIcon,
73 args.listener.onImageLoadComplete(msg.what, args.photo, args.photoIcon,
210 * {@link OnImageLoadCompleteListener#onImageLoadComplete(int, Drawable, Bitmap, Object)}
214 * {@link OnImageLoadCompleteListener#onImageLoadComplete(int, Drawable, Bitmap, Object)}
221 * fourth argument of {@link OnImageLoadCompleteListener#onImageLoadComplete(int, Drawable,
ContactInfoCache.java 185 // When the load is finished, onImageLoadComplete() will be called.
259 onImageLoadComplete(TOKEN_UPDATE_PHOTO_FOR_CALL_STATE, null, bitmap, mCallId);
268 public void onImageLoadComplete(int token, Drawable photo, Bitmap photoIcon, Object cookie) {
473 callBack.onImageLoadComplete(callId, entry);
516 public void onImageLoadComplete(String callId, ContactCacheEntry entry);
CallCardPresenter.java 87 public void onImageLoadComplete(String callId, ContactCacheEntry entry) {
90 presenter.onImageLoadComplete(callId, entry);
404 private void onImageLoadComplete(String callId, ContactCacheEntry entry) {
ConferenceParticipantListAdapter.java 134 public void onImageLoadComplete(String callId, ContactCacheEntry entry) {
StatusBarNotifier.java 244 public void onImageLoadComplete(String callId, ContactCacheEntry entry) {
  /packages/apps/Calendar/src/com/android/calendar/
ContactsAsyncHelper.java 54 public void onImageLoadComplete(int token, Object cookie, ImageView iView,

Completed in 1614 milliseconds