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

  /packages/services/Telecomm/src/com/android/server/telecom/
ContactsAsyncHelper.java 51 * @param photoIcon Bitmap object obtained by the async load.
56 public void onImageLoadComplete(int token, Drawable photo, Bitmap photoIcon,
75 public Bitmap photoIcon;
110 args.photoIcon = getPhotoIconWhenAppropriate(args.context, args.photo);
116 args.photoIcon = null;
134 args.listener.onImageLoadComplete(msg.what, args.photo, args.photoIcon,
Call.java 174 int token, Drawable photo, Bitmap photoIcon, Object cookie) {
177 ((Call) cookie).setPhoto(photo, photoIcon, token);
    [all...]
  /packages/apps/InCallUI/src/com/android/incallui/
ContactsAsyncHelper.java 51 * @param photoIcon Bitmap object obtained by the async load.
56 public void onImageLoadComplete(int token, Drawable photo, Bitmap photoIcon,
73 args.listener.onImageLoadComplete(msg.what, args.photo, args.photoIcon,
97 public Bitmap photoIcon;
132 args.photoIcon = getPhotoIconWhenAppropriate(args.context, args.photo);
138 args.photoIcon = null;
ContactInfoCache.java 318 public void onImageLoadComplete(int token, Drawable photo, Bitmap photoIcon, Object cookie) {
337 } else if (photoIcon != null) {
338 Log.v(this, "photo icon: ", photoIcon);
339 entry.photo = new BitmapDrawable(mContext.getResources(), photoIcon);
  /packages/services/Telecomm/src/com/android/server/telecom/ui/
MissedCallNotifierImpl.java 190 Bitmap photoIcon = call.getPhotoIcon();
191 if (photoIcon != null) {
192 builder.setLargeIcon(photoIcon);

Completed in 1617 milliseconds