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 57 * @param photoIcon Bitmap object obtained by the async load.
62 public void onImageLoadComplete(int token, Drawable photo, Bitmap photoIcon,
81 args.listener.onImageLoadComplete(msg.what, args.photo, args.photoIcon,
105 public Bitmap photoIcon;
230 args.photoIcon = getPhotoIconWhenAppropriate(args.context, args.photo);
238 args.photoIcon = null;
NotificationMgr.java 421 int token, Drawable photo, Bitmap photoIcon, Object cookie) {
424 notifyMissedCall(n.name, n.number, n.type, photo, photoIcon, n.date);
473 * @param photo picture which may be used for the notification (when photoIcon is null).
474 * This also can be null when the picture itself isn't available. If photoIcon is available
477 * @param photoIcon picture which should be used for the notification. Can be null. This is
483 String name, String number, String type, Drawable photo, Bitmap photoIcon, long date) {
498 + ", label: " + type + ", photo: " + photo + ", photoIcon: " + photoIcon
561 if (photoIcon != null) {
562 builder.setLargeIcon(photoIcon);
    [all...]
CallCard.java 706 public void onImageLoadComplete(int token, Drawable photo, Bitmap photoIcon, Object cookie) {
727 callerInfo.cachedPhotoIcon = photoIcon;
    [all...]

Completed in 32 milliseconds