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

  /packages/apps/Phone/src/com/android/phone/
ContactsAsyncHelper.java 56 * @param photoIcon Bitmap object obtained by the async load.
61 public void onImageLoadComplete(int token, Drawable photo, Bitmap photoIcon,
80 args.listener.onImageLoadComplete(msg.what, args.photo, args.photoIcon,
104 public Bitmap photoIcon;
227 args.photoIcon = getPhotoIconWhenAppropriate(args.context, args.photo);
233 args.photoIcon = null;
NotificationMgr.java 420 int token, Drawable photo, Bitmap photoIcon, Object cookie) {
423 notifyMissedCall(n.name, n.number, n.type, photo, photoIcon, n.date);
472 * @param photo picture which may be used for the notification (when photoIcon is null).
473 * This also can be null when the picture itself isn't available. If photoIcon is available
476 * @param photoIcon picture which should be used for the notification. Can be null. This is
482 String name, String number, String type, Drawable photo, Bitmap photoIcon, long date) {
497 + ", label: " + type + ", photo: " + photo + ", photoIcon: " + photoIcon
560 if (photoIcon != null) {
561 builder.setLargeIcon(photoIcon);
    [all...]
CallCard.java 700 public void onImageLoadComplete(int token, Drawable photo, Bitmap photoIcon, Object cookie) {
721 callerInfo.cachedPhotoIcon = photoIcon;
728 } else if (photoIcon != null) {
729 showImage(imageView, photoIcon);
    [all...]

Completed in 98 milliseconds