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,
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;
MissedCallNotifier.java 166 Bitmap photoIcon = call.getPhotoIcon();
167 if (photoIcon != null) {
168 builder.setLargeIcon(photoIcon);
Call.java 166 int token, Drawable photo, Bitmap photoIcon, Object cookie) {
168 ((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 268 public void onImageLoadComplete(int token, Drawable photo, Bitmap photoIcon, Object cookie) {
287 } else if (photoIcon != null) {
288 Log.v(this, "photo icon: ", photoIcon);
289 entry.photo = new BitmapDrawable(mContext.getResources(), photoIcon);

Completed in 464 milliseconds