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

  /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;
  /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);

Completed in 429 milliseconds